Viewing 15 posts - 856 through 870 (of 1,292 total)
I have seen this when working with SSMS and connecting to SQL 2000 Servers mostly, with other SQL 2005 Servers it would be normal.
What is the issue you want to...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 26, 2009 at 12:03 pm
Glad I could hep.. 🙂
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 26, 2009 at 11:19 am
When you insert into the table_new, the values in the CreationDateTime will be inserted into the New Column (ScanDateTime), Default GetDate() would be used when the column value is not...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 26, 2009 at 10:57 am
Use the script.
-- Create the New table first
CREATE TABLE [ItemLocationHistory_New](
[IdItemLocationHistory] [uniqueidentifier] NOT NULL,
[IdItemLocation] [int]...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 26, 2009 at 10:39 am
Ian has a good point.
The problem the OP is trying to solve is an upgrade from SQL 2000 to 2005. The OP has a concern that the data has to...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 26, 2009 at 10:10 am
Do you need new column to be at the end of the table (last column) or beside the CreationDateTime Column ?
Couldn't ask last time since I did not have the...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 26, 2009 at 10:01 am
I would not suggest trigger for this.
Never been in this situation, but I have solution ready.
Post the create table script here, I shall reply with completed script that you can...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 26, 2009 at 9:41 am
Silverfox (11/26/2009)
I wont be on the forums much, from now on for a while, Just been told my last working day is tomorrow, So looking for a new contract. Hard...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 26, 2009 at 9:29 am
Would be glad, I shall let you know when I post it.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 26, 2009 at 6:35 am
Thanks,
You can suggest something..
I am planning to introduce few more sections adding a section each month.
Coming backto this thread, the OP posted the thread in DTS, hence expecting it...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 26, 2009 at 6:25 am
Not sure, whether the OP was using SQL 2000 or 2005 ?
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 26, 2009 at 6:16 am
sqlserver12345 (11/25/2009)
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 25, 2009 at 3:58 pm
Post here when you have an update.
Happy Thanksgiving
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 25, 2009 at 3:47 pm
CirquedeSQLeil (11/25/2009)
Other thanJanuary
February
March
April
May
June
July
August
September
October
November
December
I have nothing for this riddle.
That was right, not a big riddle. When compared to forum questions from a newbie asking for a query help without any clue...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 25, 2009 at 2:46 pm
GilaMonster (11/25/2009)
At least one clustered index? If you have more than one clustered index on a table I'd love to know how.
I don't remember when was the last time I...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 25, 2009 at 2:43 pm
Viewing 15 posts - 856 through 870 (of 1,292 total)