Viewing 15 posts - 38,791 through 38,805 (of 39,466 total)
December 3, 2001 at 10:37 am
I agree. EM usually works, but if you need something specific like point in time, you'd be better off with QA.
Steve Jones
December 3, 2001 at 10:33 am
Thanks for the update. Yes, terminal services causes some problems, becuase it is not the "console", but a virtual console that does not get all console messages.
Steve Jones
December 3, 2001 at 10:30 am
Another alternative. In sysindexes, the # of rows is stored. Accurate for clustered indexes. You can guessimate (or calculate if there are no varchar columns) the size of the table...
December 3, 2001 at 10:29 am
Good luck and you are welcome. Hope it helps. Personally, I'd avoid triggers if the system is loaded. Actually, I'd rather have something run every minute and snag the latest...
December 3, 2001 at 10:26 am
You'd want the textdata data column, but the T-SQL event stmt starting or completed. These will include other items, but you can filter the result with textdata like 'SELECT%' or...
December 3, 2001 at 10:22 am
Not being too familiar with PL/SQL, can you give an example? I've heard it is a more powerful languange, but not any specifics.
Steve Jones
December 3, 2001 at 10:12 am
I will admit that the GUI is easier to use, but that is often the problem. People mistake ease for right or the best way.
If you use the scripts from...
December 3, 2001 at 10:05 am
You should be able to run Nigel's code without an issue. I agree with Nigel and hate to use cursors, but if I have to, I'd rather decide how it...
November 30, 2001 at 8:54 pm
Is everything exactly the same? There is an ADO bug that causes text problems if the text fields are not at the end of the table.
Steve Jones
November 30, 2001 at 8:45 pm
November 30, 2001 at 8:44 pm
I noticed this too. I think this is an MS bug with the system. It seems that it will only restart SQLAgnet if then service fails for some reason, not...
November 30, 2001 at 1:18 pm
November 30, 2001 at 1:13 pm
I apologize. I ran this through DTS and didn't see any problems. I am stumped here.
Is there any chance of BCP out BCP in to a new table?
Steve Jones
November 30, 2001 at 1:12 pm
November 30, 2001 at 1:11 pm
Viewing 15 posts - 38,791 through 38,805 (of 39,466 total)