Viewing 15 posts - 196 through 210 (of 489 total)
Yes, I think triggers on system tables can be useful in some cases. At the very least Microsoft could provide some triggers in an inactive form that could be...
January 29, 2003 at 7:37 am
I knew I was likely to get various negative comments to this article. It isn't inteneded to be as serious as the others I have published. Please forgive...
January 27, 2003 at 8:14 am
This is the way this DTS package evolved. I have recently learned that I can use a VBScript before each data pump gets executed to determine if it will...
January 9, 2003 at 1:17 pm
I think making a book out of articles is a good idea and I would consider buying one. It could also generate added insentive for people to submit articles...
January 6, 2003 at 2:13 pm
I have found that the error log will log the step name not the task name. Also, I can rename the step without renaming the task and thus avoid...
December 16, 2002 at 7:30 am
I never knew about that. This looks to be promising for other things, however I don't see timeout options for an ActiveX Script task. I see them for...
December 13, 2002 at 8:36 am
This is how I write to the eventlog when executing SQL in my DTS packages. As long as it doesn't interfere with the code you need to execute then...
December 12, 2002 at 4:47 am
This is part of a complex DTS package and is needed. I recently converted it from an Execute SQL Task to the ActiveX Script Task to take advantage of...
December 12, 2002 at 4:28 am
I've been looking at this problem and have just discovered that if I drop the primary key from a table I can't design in EM, then I can design it.
December 10, 2002 at 1:56 pm
We get the same error from various workstations and from the server itself.
Also when I run this query:
SELECT f.SID,f.FID, getdate()
FROM tblDeleted d
INNER JOIN SQLServer1.dbDataBase.dbo.tblSF f ON f.FID = d.INum
WHERE Deleted...
December 10, 2002 at 10:30 am
We use linked servers and use them in stored procedures. We simply sript out all the sp's we plan to move and do a find and replace to change...
November 28, 2002 at 5:43 am
Here are some typical commands as sent by the Index Tuning Wizard:
dbcc autopilot (1, 19, 718625603, 1, 0)
dbcc autopilot (6, 19, 718625603, 1, 1, 0, 10)
I suspect one of these...
November 12, 2002 at 3:02 pm
Me too. Also if you set Query Analyzer to show the execution plan you won't get one when using the autopilot commands which seems to support the fact that...
November 12, 2002 at 2:37 pm
I did some more investigating and found out that I got that error because I didn't ever try to execute DBCC autopilot which seems to do something when I execute...
November 12, 2002 at 2:09 pm
After the initial login to the workstation, does any authentication go to the PDC when connecting to SQL Server or does it all stay local?
Robert W. Marda
SQL Programmer
bigdough.com
The world’s leading...
October 24, 2002 at 10:17 am
Viewing 15 posts - 196 through 210 (of 489 total)