Viewing 15 posts - 916 through 930 (of 1,536 total)
I would look at the DTSRUN command in BOL. You are able to pass global variables into the package at runtime using switches within the DTSRUN.
January 25, 2005 at 5:46 am
I would check for blocking processes on the table that you are trying to insert the records into. The blocking condition would cause the insert to timeout.
January 25, 2005 at 5:43 am
Just gave it a try, guess you can't create a trigger on there.
January 24, 2005 at 2:03 pm
You will have to license both Windows nodes, you are correct in the licensing for the SQL Server.
January 24, 2005 at 8:23 am
I guess you could put a trigger on the sysobjects table where the inserted xtype = 'U'.
January 24, 2005 at 8:22 am
You cannot insert the data from an execute into a table variable, you could use a temp table instead.
January 24, 2005 at 8:16 am
Check that you are using the same log shipping monitor server.
January 24, 2005 at 8:14 am
Are you running perfmons against the machine? If not add some counters for memory, both OS and SQL related, see if this gives you any ideas.
January 24, 2005 at 8:13 am
If you actually want the data to be updateable on the publisher and subscriber you'll need to change to Merge replication rather than Transactional.
January 24, 2005 at 7:44 am
Someone may have inadvertantly broken the trust between the two domains...I'd check that out first, here's a link to a MS article on this particular problem... http://support.microsoft.com/?kbid=834124
January 24, 2005 at 7:38 am
Never been to one, honestly, I don't even know that one exists in the Jersey area.
The whole networking aspect is an interesting thing that I know Monster.com has been looking...
January 24, 2005 at 6:39 am
One note of warning, just be aware that you will have to have the disks that you are moving to managed within the SQL cluster otherwise SQL will not be...
January 24, 2005 at 5:50 am
Never had the chance to get training and no help with the purchase of books or mags either unfortunately.
Be lost without this place that's for sure.
January 24, 2005 at 5:48 am
Where I have found a lot of interviewees have fallen down is when the don't know the answer to a question that they don't even provide an idea as to where...
January 21, 2005 at 8:54 am
You could us a cursor to accomplish that, however it would be slow as it's a row by row process.
January 20, 2005 at 7:48 pm
Viewing 15 posts - 916 through 930 (of 1,536 total)