Viewing 15 posts - 1,876 through 1,890 (of 5,103 total)
What I wanted you to do is simply:
BACKUP LOG [dbname] TO DISK='NULL'
Then do the shrink
dbcc shrinkfile ('TLOGFILENAME', yoursize) -- where yoursize is a number in MB
Cheers!
July 16, 2007 at 11:00 am
DBA without Local admin rights ... Been there ![]()
The right answer is "it depends" ... If you have SLAs that are tight and a...
July 16, 2007 at 10:57 am
You can do it in a user defined function, not necessarily a trigger.
July 12, 2007 at 1:05 pm
schema_option must contain bit 0x04 "ON"
July 12, 2007 at 8:13 am
Dual core is *NOT* the problem HT *IS*
July 12, 2007 at 8:10 am
Can you confirm that you can "READ" *AND* not "WRITE" ?
July 12, 2007 at 8:05 am
Note that my page says at the end:
©1988-2004 Microsoft Corporation. All Rights Reserved.
and your page says:
©1988-2000 Microsoft Corporation. All Rights Reserved.
Cheers,
July 11, 2007 at 5:19 pm
By the way If that is the case use the tool in the kb below to verify you can go through ![]()
http://support.microsoft.com/kb/306843
I have to...
July 11, 2007 at 5:17 pm
The reason I asked is that when you use OPENDATASOURCE or OPENROWSET to "read" (SELECT statement only) you *don't* start a distributed transaction. Which is *not* the case when you...
July 11, 2007 at 5:14 pm
I would expect "denylogin" = 0 and "hasaccess" = 1 ![]()
July 11, 2007 at 5:05 pm
Joining to a view has some repercusions but for your info SQL Server "expands" the views by default and tries to come up with a plan. Problem is that "usually"...
July 11, 2007 at 5:04 pm
Correct!
Just leave out all those calls to sp_OA* procedures
You only need pure TSQL
Good Luck!
July 11, 2007 at 3:05 pm
I am using the Latest BOL for SQL Server 2000... I hope ![]()
July 11, 2007 at 3:03 pm
Viewing 15 posts - 1,876 through 1,890 (of 5,103 total)