Viewing 15 posts - 721 through 735 (of 1,186 total)
From a command prompt you should be able to execute winzip /? and see the command line switches you can use to suppress the Y|N. Also you can probably go...
November 8, 2004 at 11:50 am
Have you tried attaching the database through EM?
November 8, 2004 at 6:21 am
Have you tried relinking the items (Not sure if possible with the sp's)?
November 5, 2004 at 5:06 am
RAISEERROR ? Shouldn't this be RAISERROR??
November 4, 2004 at 12:03 pm
IMHO...
Option A provides you with the ability to control the data access and avoid rogue processes and runaways that could potentially crash your server
Option B would allow people with no...
November 4, 2004 at 5:17 am
In addition to asking questions here I have some handy books that I like to use
MS Press: Inside SQL Server 2000
Sybex: Mastering SQL Server 2000
Osborne: SQL Server 2000 The Complete...
November 3, 2004 at 5:37 am
I have received this message in the past. The only thing that I have done is shut down QA and re-open it. The query then executes fine. Another thing to...
November 3, 2004 at 5:23 am
I think it is non-clustered and then clustered. I honestly get confused on this one too though.
November 1, 2004 at 5:34 am
Why not dynamically change the datapump parameters/settings based on the global variable? This way you don't have multiple branches but 1 dynamic properties set.
October 22, 2004 at 8:06 am
SELECT CAST(123 AS VARCHAR(100)) + CAST(456 AS VARCHAR(100))
October 22, 2004 at 8:05 am
We just went through this and the short answer is no. You have to reboot the server. We had MS come on-site to help us and they were only able...
October 22, 2004 at 5:23 am
another way of ensuring that only the latest version is ever used is to save as a Structure File on the hard drive and when you update the package save...
October 20, 2004 at 5:27 pm
CONVERT(VARCHAR(5), GETDATE(), 108) = HH:MM I think this should work for you
October 20, 2004 at 5:06 pm
WHERE DateField >= CONVERT(VARCHAR(10), GETDATE(), 101)
October 20, 2004 at 12:04 pm
Have you tried CDbl([Field1]) = CDbl([Field2])?
October 20, 2004 at 12:02 pm
Viewing 15 posts - 721 through 735 (of 1,186 total)