Viewing 15 posts - 4,396 through 4,410 (of 7,164 total)
Anytime. Thanks for the positive feedback!
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 12:23 pm
drew.allen (4/20/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 11:51 am
kodalisridevi (4/20/2012)
I am getting an Error message :
The DELETE statement conflicted with the REFERENCE constraint "FK_Users_Divisions". The conflict occurred in database "BidManagerCommon",...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 11:43 am
Please do not cross-post. It only fragments replies and wastes people's time. Direct all replies here:
http://www.sqlservercentral.com/Forums/Topic1287003-146-1.aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 11:32 am
I assume you're planning to replicate from Oracle to SQL Server or vice-versa? Golden Gate being an Oracle product you may do better on Oracle Technet.
For the record SQL Server...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 11:25 am
S_Kumar_S (4/20/2012)
Although I have seen clarifications on the difference between these 2 events, but I am still not very clear practically.
My purpose is to run a trace that captures procedure...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 11:23 am
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 11:11 am
I have seen that happen when a Domain Controller is restarted. If the Domain Controller restarted was the one cached by your application server the authentication errors begin...and unfortunately the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 11:09 am
rickeb1 (4/20/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 10:57 am
What do you mean by "dynamically". I usually create a config file through one of the packages, then if I want to use that config in another package I'll open...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 10:42 am
Note that ONLINE indexing is only available in Enterprise, Developer and Evaluation Editions of SQL Server 2005 and above.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 10:35 am
If the only contents of your script are the function definition you showed, then all your script does is define a function...now you have to call it 🙂
Try running a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 10:12 am
AIRWALKER-375999 (4/20/2012)
...but it seems like I cant have 2 constraints pointing to the same task..is there a way around this?
Sure you can...I do it all the time. When you have...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 10:01 am
One neat little easter-egg about CTEs that I'll throw out there is that they can be executed multiples times if they are referenced multiple times by your query. It is...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 9:43 am
cARBONc (4/20/2012)
I actually loop, about every few seconds, requesting the agent job status. Once the status says it's complete, you are good to continue.
I wrote a proc several years...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 9:38 am
Viewing 15 posts - 4,396 through 4,410 (of 7,164 total)