Viewing 15 posts - 16 through 30 (of 72 total)
Thanks, I did read that article earlier. The linked server doesn't have any connectivity issues when used directly, it's only through using the EXECUTE AS clause that problems begin....
September 10, 2009 at 8:53 am
Run a trace against your db server and the CPU column will show CPU resources consumed. The textdata column will show what is being executed and you should be...
August 7, 2009 at 12:23 am
Run SELECT @@version
then cross-reference with the following build list:
http://www.sqlservercentral.com/articles/Administration/2960/
August 6, 2009 at 3:05 am
How do I delete this duplicate post? I've tried clicking on "Delete" but that doesn't seem to work. Is there a delay? Does the delete need to...
April 8, 2009 at 7:30 am
You need a foreign key on the child table with ON DELETE CASCADE.
February 24, 2009 at 7:41 am
There are many databases without triggers!
From MSDN: "DML triggers are frequently used for enforcing business rules and data integrity."
http://msdn.microsoft.com/en-us/library/ms189799(SQL.90).aspx
February 24, 2009 at 7:36 am
You could use a trigger that rolls back any inserts that would break your business rule.
February 24, 2009 at 4:34 am
Thanks for the replies. The problem was that the user's login was mapped to the dbo user. Although the user didn't have an individual login to the server,...
February 24, 2009 at 12:47 am
How do I see how much memory these connections are using?
January 22, 2009 at 3:47 am
No, but looking at the .sch files which have ANSI PADDING set to off, they are all for tables that have no character columns. If a table has a...
December 18, 2008 at 11:50 pm
Thanks for the suggestion. I've tried disabling all triggers but still get the same error.
December 18, 2008 at 3:58 am
I searched for *.rdl files and none were returned.
December 16, 2008 at 1:57 am
Thanks for the link. So where does SQL Server store these report definitions?
December 11, 2008 at 7:00 am
I can open the packages no problem but I was looking for which system views store the information of each step that they contain. I can't find anything.
December 10, 2008 at 2:46 pm
Yes, it will execute. Try it out and you'll see it in task manager.
December 10, 2008 at 5:14 am
Viewing 15 posts - 16 through 30 (of 72 total)