Viewing 6 posts - 91 through 97 (of 97 total)
Set up a text file called "Test.SQL". Paste your SQL syntax into that file.
Set up another text file called "Test.cmd"
Place an osql call inside "Test.cmd"...here is what the OSQL might...
January 14, 2005 at 8:15 am
Here is what I did a month ago when we swapped out boxes...
Set up new box using <oldservername>2 (we are going to name the new box the same as the...
December 22, 2004 at 6:34 am
Create Table 2 ran successfully for me.
I humbly ask you reconsider...
October 22, 2004 at 8:30 am
I ended up shrinking the transaction log for this database in order to force the transaction log to fill up entirely (as suggested by Steve Jones).
Once the transaction log was...
May 19, 2004 at 4:07 pm
I ran the following...
DBCC SHRINKFILE (RECOMMEND_Log2, EMPTYFILE )
ALTER DATABASE RECOMMEND REMOVE FILE RECOMMEND_Log2
GO
SQL Server returns the following...
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Server: Msg...
May 18, 2004 at 10:39 am
Viewing 6 posts - 91 through 97 (of 97 total)