backup and restore
hiwhere can i find how to do backup and restore in database article step by step.and also how to do clustering in sql server.thanks
View ArticleHow to rename server logins and database users? (MS SQL Server 2000)
How to do it easier for many users?
View ArticleSP_Block reports on blocking on itself
We have a stored procedure that reports on blocking pre SQL 2000-sp4. Since Sp4 came out (we are eventually going to go to sql 2008), it reports on spids that block itself, and inserts much more into...
View ArticleLock on server sql 2000
hello, someone can help me please, i always have lock on my my sever , how i can avoid that my server have no locks.thank you in advance.
View ArticleCannot delete backup file; access is denied
Our dev database server is Windows 2000 SP3. Every so often we hit this error message in a maint plan when trying to delete an old database backup file: "Cannot delete whatever_20051114_015214.bak:...
View ArticleSQL Jobs taking more time to execute- help me to fix this issue
Hi All,I am working as a Application support member in one of IT company which holds SQL server Management server studio 2005 in it. i could see lots of jobs are taking more time to execute than...
View ArticleReduce INITIAL SIZE of TEMPDB
I accidently made the INITIAL SIZE of my TEMPDB much too large. Now when I try to decrease the size, the entry is accepted in SQL-Server Mgmt Studio but the change is not made. How can I decrease the...
View ArticleDTS Package failure error
Is anyone aware of this error?My package is failing from couple of days. this is what all i am getting in package logs.Step Error Source: Microsoft Data Transformation Services (DTS) PackageStep Error...
View ArticleSQL Server 2000 - Domain Changes
I have a SQL Server 2000 instance (runs Microsoft Dynamics GP) that is installed on a domain controller.I am moving to a new domain with a SQL Server 2008 instance, but for approximately one weekend, I...
View ArticleSQL 2000 Single user
Hi allCan a SQL 2000 database go into single user mode all on it's own? and if so what would be the cause of that?
View Articleinitconfig: Error 32(The process cannot access...
Hi everyone , please help!!!Since yesterday, our SQL started to thowing out this error:Event Type: ErrorEvent Source: MSSQLSERVEREvent Category: (2)Event ID: 17055Date: 1/8/2003Time: 09:31:05User:...
View ArticleUpdate stats process not getting killed
Windows server 2003SQL Server 2000 enterprise edition. 32 bit.Hi, I have set up a maintenance plan to update stats. Unfortunately I picked 100% sampling to update the stats. Last weekend, the job to...
View ArticleError while altering a table - maximum row size exceeds
Hi, I am trying to delete one column from my table using ALTER statement and the following is the SQL statement.[b]alter table scTabForm0 drop column DataCaptureAutoTaggingXML[/b]But i got the...
View ArticleFinding out Total Disk Space in TSQL
anyone know any workaround in TSQL who can give this result set?[b]Drive letter | Total Disk Space (MB) | Free Disk Space (MB)----------------------------------------------------------- C 150000 100000...
View ArticleQueries(joins?) slow after applying sql2000 SP4.
We have a couple servers still running sql2000, we just upgraded one to SP4 from 8.00.2039, a simple query select * from person_time pt right join person_time_data ptd on...
View ArticleWhat is the BEST way to determine the REAL version of SQL 2000??
So I just inherited a server I must administer. It runs Windows Server 2003 and SQL Server 2000 -- version [i]I'm Not Sure[/i].I ran 3 different scripts, and even looked at the SQL executable to try to...
View ArticleSQL 2000 RTM -> SP4 Upgrade Failing
So, I have 4 SQL instances, 3 clustered and 1 standalone. I can't seem to get SP4 to install to any of them.When I run it on the clustered named instances, it fails, one of the nodes (whichever I...
View ArticleSQL mini dump on SQL 2000 with SP3
Hello team,I have one SQL server with 2000 SP3. on that, there is recently minidump has generated.I have checked that server is up and running from last 3 months.Windows box has 4 GB RAM, however SQL...
View ArticleDBCC shrinkfile error - Msg 8985
HiI am getting following error when I try to shrink the transaction log:DBCC SHRINKFILE (wslogdb50_Log, 2000)Server: Msg 8985, Level 16, State 1, Line 1Could not locate file 'wslogdb50_Log' in...
View ArticleMoving Table to Same Filegroup Different Drive
Hi,One of my filegroups is too large for the drive so I need to move a table. The question is can I move a table from one filegroup on one drive to the same filegroup on another drive? I know storage...
View Article