Viewing 15 posts - 241 through 255 (of 294 total)
The only way I can think of is with my earlier posted VB Script. You have to enter the Query, put the column headers in the script, and edit the...
November 4, 2005 at 5:23 am
Paul Cresham posted an elegant solution for this including working out holidays on the fly, albeit for the UK. It did contain a nifty Easter algorithm, as well as tackling...
November 3, 2005 at 5:50 am
Try this vbs script
Dim connectionString
'The connection string goes here
connectionString = "Provider = SQLOLEDB;Data Source=(local);" & _
...
October 26, 2005 at 7:56 am
Replace the code in the ActiveX Script with this:
'**********************************************************************
' Visual Basic ActiveX Script
'************************************************************************
Function Main()
Dim filePreFix,
October 26, 2005 at 5:16 am
Make sure you cluster the DTC Service BEFORE you install SQL. http://support.microsoft.com/?kbid=301600
Also, be aware that if you use distributed Transactions, you need to adjust the security on DTC to...
October 13, 2005 at 5:59 am
This is what my start menu looks like
Windows Key followed by 1 Opens QA, Windows Followed by 2 EM. I also have short cuts...
October 12, 2005 at 5:04 am
Yelena
I can't comment on different versions of MS SQL as my Distributed transactions are:
Dave J
July 11, 2005 at 11:21 am
This is how got DTC to go with Windows 2000 clients to a Windows 2003 SP1 Cluster running SQL 2000 SP3a
On the W2003 SQL server, Open Contol Panel/Administrative Tools/Component Services
Navigate...
July 11, 2005 at 10:44 am
what command is EM using? Capture the command in Profiler.
Then put that in your script if it errors?
July 6, 2005 at 9:39 am
Is it still firing up? Try adding a small waitfor delay '00:00:30' after
July 6, 2005 at 4:55 am
The only way I know to do this is to create a temporay table (#temp) at the start of the batch, and after every DML/DDL statment check the @@Error system...
July 4, 2005 at 5:05 am
I tried, but now I get
Server: Msg 7416, Level 16, State 1, Line 37
Access to the remote server is denied because no login-mapping exists.
June 20, 2005 at 2:50 am
I agree, it is a complex solution, but each to their own
I restore a db each day using a similar trick, again using...
April 13, 2005 at 10:21 am
Viewing 15 posts - 241 through 255 (of 294 total)