Viewing 15 posts - 4,396 through 4,410 (of 7,168 total)
Here is another option in the SQLCLR-space for concatenating grouped strings:
April 20, 2012 at 1:32 pm
Something like this?
IF EXISTS ( SELECT *
FROM sys.objects
...
April 20, 2012 at 12:36 pm
drew.allen (4/20/2012)
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",...
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
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...
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...
April 20, 2012 at 11:23 am
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...
April 20, 2012 at 11:09 am
rickeb1 (4/20/2012)
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...
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.
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...
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...
April 20, 2012 at 10:01 am
Viewing 15 posts - 4,396 through 4,410 (of 7,168 total)