Viewing 8 posts - 136 through 143 (of 143 total)
By far the best tool for this is LogParser. From MS, but unsupported - you can get it here http://www.logparser.com. Originally designed for IIS logfiles but it can do most...
November 14, 2007 at 12:29 am
This answer is incorrect - you CAN put database files on RAW partitions. Have a look at http://msdn2.microsoft.com/en-us/library/ms176061.aspx or http://blogs.technet.com/mjmurphy/archive/2005/11/21/414854.aspx for more info.
Regards,
Jacob
November 14, 2007 at 12:24 am
You *CAN* actually expand volumes on Basic disks, with the following caveats:
- can't do it to the System or Boot volume
- can only expand if the unallocated space is contiguous
-...
October 29, 2007 at 7:21 pm
I think your issue isn't going to be solved by changing your proc into a UDF... looking at your calling code you don't appear to be actually executing your SQL....
October 29, 2007 at 12:21 am
mrpolecat's suggestion doesn't actually do the DELETE or INSERTs. If you want the one proc to do those and also return the newly inserted records from MOVEMENT then do something...
October 22, 2007 at 12:07 am
Yes you can - look up the "COPY_ONLY" option under BACKUP in BOL for details. Can't do it via the GUI, but that's no big deal.
Why bother with that though...
October 18, 2007 at 11:58 pm
Whoops - Jeff beat me to it. Ignore...
Regards,
Jacob
August 10, 2007 at 12:19 am
What about selecting a literal:
IF EXISTS (SELECT 1 FROM dbo.MyTable WHERE MyCol = SomeValue)
...
I can't see any difference in the execution plan for that compared to SELECT * but it looks...
August 10, 2007 at 12:18 am
Viewing 8 posts - 136 through 143 (of 143 total)