Viewing 15 posts - 166 through 180 (of 596 total)
This was exactly the reason I no longer use maintenance plans for anything. I have found them to be flacky and hard to handle. I had noticed this exact problem...
September 11, 2007 at 12:19 pm
Many to Many relationships are often implemented by the use of a junction table. In Lowell's example you could create a Order table with the customerid and ProductId as the...
August 29, 2007 at 1:27 pm
We are just starting to look at Microsoft System Center Operation Manager 2007 (MOM) So far its looks good but we are just beginning.
August 2, 2007 at 11:17 am
We are just starting to look at Microsoft System Center Operation Manager 2007 (MOM) So far its looks good but we are just beginning.
August 2, 2007 at 11:17 am
Have you checked out the thread at http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=176962
August 1, 2007 at 8:59 am
See http://www.sqldbatips.com/showcode.asp?ID=4 I use the script often and it works great.
April 13, 2007 at 11:39 am
here is one script, that works if you create a linked server to the server you want to copy the logon from:
-- Setup a linked server called impserver from which...
April 13, 2007 at 11:33 am
What if process 87 uses WITH NO_LOCK while 117 and 112 are doing their stuff? Is this an option? It does sound odd. ARe you running the latest Service Pack?
January 22, 2007 at 1:21 pm
I'm not sure... but it appear that both 112 has an IX -(intent Exclusive lock) lock on the table. Process 87 wants a shared lock, but it can't share if...
January 22, 2007 at 9:59 am
Why is SOX preventing you from editing the job?
Replace the line
DTSRun /~Z0x746C6215E6EBA199A6637D129B20672C845F62849F98141FC14858C32D7F0A313BB17632AD81D25B5CCE62058B9115ECF504B8E7DF27F92CA9AF6FF5F389F62D78BF6543026EE0FDCD6A212C577BBFD49B65260AF45D828B48E71BD7AC1C450B87C760D1961ED9B63F2CAC7124DDF882D5038D
with
DTSRun /S "(local)" /N "Import Package" /E
I can't see any difference in creating the DTSRUN...
January 17, 2007 at 8:12 am
Have a look at this discussion thread and examples: http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=10482
November 30, 2006 at 9:17 am
I have a really, really long rollback in progress. I haven't checked it for a couple of weeks so I signed on again and executed the KILL nn with statusonly...
November 14, 2006 at 8:04 am
You should be able to get the media only for reporting Services from the place where you purchased SQL Server (media only is a nominal fee) Reporting Services is part...
October 18, 2006 at 8:57 am
Anything that has to do with file level access. For example you decide to move the mdf or ldf files to a different drive. Or you need to make a...
September 29, 2006 at 9:25 am
Viewing 15 posts - 166 through 180 (of 596 total)