Delete or move tempdb .ndf file
We have tempdb on a different physical disk than our user databases. A few weeks ago, we were running out of space on that disk during a data warehouse load. Until we could buy a bigger disk, we...
View ArticleCmdExec - Jobs
Hi Everyone,I'm using CmdExec to call VB Application to extract records. The application is running fine. But when I put into Jobs the status is always executing. Anyone please help why the atatus is...
View ArticleSP4 Install hangs
Has anyone encountered this: I attempted to install SQL Server 2000 SP4 on a Windows 2003 standard edtion server. The installation proceeds normally until it reaches the point where it says "Setup is...
View ArticleI would REALLY like some fast help with this problem!
[font="Times New Roman"][size="4"][b][center]I would really like some help with this annoying longlasting problem[/center][/b][b]So i have built my own computer, and i have another one (not built by...
View ArticleSQL VDI issue
Hi ,Am using SQL server 2005 version in my project..We have configured the backups using the Data protector tool. For the past 2 days I could see the below error in my event viewer. Could you please...
View ArticleBCP with query how input file
Hi: I want to generate a BCP commnad, but my query is very very large: ¿Is possible to put the query into a file in order to make my BCP command?Thankyou very much
View Articlemsdb database not REALLY in single user mode?
I've run the following commands:[code="sql"]Sp_configure 'allow updates', 1 Reconfigure with overrideGOsp_resetstatus 'msdb' GOupdate master..sysdatabases set status = status | -32768where name =...
View ArticleProfiler Questions
I am battling with profiler trying to trace all select, insert, delete, and updates against a specific table. I have specified a Database ID in the filter as well as an object ID for the table in...
View ArticleCannot Kill Process stays in KILLED/ROLLBACK status
Hi I have killed one spid bu its still showing this KILLED/ROLLBACK statusSugest me to resolve this with out restating the server please.....[Foun a link here but it's not resolved my issue...
View ArticleDecyphering waitresource
I have a spid that shows a wait resource in the form n:n:nnnnnnn . The first number is dbid and the second (I believe) is fileid, and I think the third might be page number? This is different than the...
View ArticleTrigger Error event notification IF (@@ERROR > 50000
I have a refresh script that I would like to trigger an email if an error condition greater that 50,000 is reached. This will help me determine if the script failed from insufficient disk space or...
View ArticleGather Storage Information for SQL SERVER
How to gather storage information for a particular sql server environment.
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 ArticleTransaction Log Backup Failures
A question came up today on log backup failures. We run log backups hourly. On occasion, the backups fail (no one has sent me a copy of the failure reason). If a log backup fails, does the next log...
View Articlestring or binary data would be truncated error
Hi There is a " string or binary data would be truncated error " raised while executing the stored procedure. The stored procedure get inserts the records into the table. There is a column called "...
View ArticleSQL Profiler questions
I am new to sql profiler, below is the output of a sql profiler trace and I have questions listed for each event captured. Looking for clarity. Thanks in advanceDean-OWhen this one executes, does it...
View ArticleError: 17806, Severity: 20, State: 2.
HiI got this error .Please help me to solve this.Error: 17806, Severity: 20, State: 2.SSPI handshake failed with error code 0x80090311 while establishing a connection with integrated security; the...
View ArticleChanges the database which specified spid context to the specified database
hi, I want changes the database which specified spid context to the specified databaseA spid:53, current database :testB spid:54, current database :masternow, i'm B, I want change A current database to...
View ArticleMaintaining a 2nd DB y
Hi all, We keep an offsite copy of a live DB. We currently refresh thus;1) Back up the ENTIRE live DB, 2) Copy .bak file(group) to Offsite server;3) Restore (With replace)However, only 2% approx of the...
View ArticleChange IP adresses of clustered SQL 2000
Dears, I need to change all the IPs related to a production DB (4 IPs (NICs , Windows and SQL) )The database is sql 2000 SP4 and windows is 2003 SP2 . Clustered two nodes.Have any one ever performed...
View Article