Viewing 15 posts - 52,141 through 52,155 (of 59,067 total)
Guess I should be pretty happy then... apparently some of my articles inspire people to ask questions. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 4:01 pm
Ok, no... you have to use NEWID() to populate the column. It is NOT a self populating column. Then, you would check for an error... if no error,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 3:41 pm
Heh... no,... I'll happily continue to be "wrong" on this one... 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 3:29 pm
Adam Bean (3/4/2008)
haha! That's my view!!! I feel special ...http://www.sqlservercentral.com/Forums/Topic457115-146-1.aspx
Dang, Adam... why don't you put your name on that bad boy! 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 3:06 pm
Hmmm.... when it comes to plain ol' delimited text files such as CSV files, I sometimes think people make things way too difficult. You can easily get a listing...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 2:35 pm
Remove the semi-colon... change the double quotes to single quotes around 'James'.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 1:26 pm
paulhunter (3/4/2008)
So, by this logic every line begins a new sentence in english.
Heh... don't be warping my words, Paul... I said a new line never starts with a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 1:10 pm
Haritha Kodali (3/4/2008)
CREATE view "MAGICSSHD"."Incident" ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 11:59 am
Heh... how well I know... been there and done that! The "R" in "CPR" stands for "REPLACE" and I frequently forget to do just that... 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 11:37 am
Please... take just a minute and at least add some carriage returns to your code...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 11:22 am
I found comma beginning much easier to work with when I need to test something, troubleshoot, etc.
How so? Commenting out lines using either style is exactly the same except...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 10:43 am
Just another way of doing it... puts all the different "answers" to the case in groups...
UPDATE rm00101
SET userdef2 = (CASE
...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 10:28 am
Covering index would contain both sets of columns. Clustered index would make inserts take a huge amount of time on this. Make it a non-clustered index.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 10:12 am
Ummm... what did you do to fix it, please?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 10:04 am
Lookup CROSS TAB in Books Online for starters...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 10:03 am
Viewing 15 posts - 52,141 through 52,155 (of 59,067 total)