Viewing 15 posts - 151 through 165 (of 276 total)
I am pretty new to this - what references do I need?
March 3, 2008 at 12:35 pm
Grants first solution will do that. will it not?
February 18, 2008 at 1:26 pm
Simon_Lo (2/18/2008)
HiCan some one point me in the right direction ..
http://www.sqlservercentral.com/articles/Advanced/foreignkeys/2423/
states:
-- To check whether the FK is enabled or NOT?
SELECT OBJECTPROPERTY(object_id('myforeignkey'), 'CnstIsDisabled')
-- To check whether the...
February 18, 2008 at 9:51 am
Jeremy (2/15/2008)
Not sure if this applies to a 2000 database though...
Good call - I missed that it was 2000 - sorry!
February 15, 2008 at 2:05 pm
a quick google search resulted in this site (http://blogs.technet.com/damirb/archive/2005/12/10/415892.aspx[\url]) saying:
Exporting Database Diagrams from SQL Server Management Studio
A question that arose at one of the stops on the SQL Server 2005...
February 15, 2008 at 1:58 pm
Frank! That was incredibly helpful! It now works...well, it runs...however, my linebreaks are still there...
question, since I dont know for sure, but is vbLf like line feed? ...
February 12, 2008 at 7:14 am
Update - It looks like I was able to get the correct syntax:
If Row.CommentsClean.ToString.Contains(vbLf) Then
...
February 12, 2008 at 7:05 am
Frank,
Thank you for the help! I did try this, however, this is something I have never done before, and seem to have come to a couple road blocks...
First off,...
February 12, 2008 at 6:42 am
Okay - next thing I found was this:
http://support.microsoft.com/kb/201905
if these were tested, perhaps it would be better to tell us whatelse you have tried.
February 7, 2008 at 9:48 am
I am sure you found this, but wanted to point it out anyway:
http://www.sql-server-helper.com/tips/read-import-excel-file-p01.aspx
states:
It should be noted that the Excel file must be located in the SQL Server where you are...
February 7, 2008 at 9:00 am
Yes - we need SP 3 & 5.
Does anyone have a link or article that stats MS is not going to make SP3?
February 1, 2008 at 6:02 am
Red-gate has a nifty tool that came with my toolbelt - SQL Prompt - I used it when it first came out and free, and it was SLOWWWWWWW...but now it...
January 31, 2008 at 9:45 am
I am hoping that once enough time passes, you intend to follow up with this manager, show your results, get his answer, and most importantly, share with the rest of...
December 27, 2007 at 5:43 pm
How big is your DB? I recently ran that against my 30 gig DB, and it took some time...
November 23, 2007 at 9:02 am
http://msdn2.microsoft.com/en-us/library/ms178632.aspx
states:
Switches the execution context back to the caller of the last EXECUTE AS statement.
November 9, 2007 at 1:58 pm
Viewing 15 posts - 151 through 165 (of 276 total)