Viewing 15 posts - 17,371 through 17,385 (of 39,903 total)
I believe that you would need to use dynamic SQL, to create the database.
declare @cmd varchar(max)
select @cmd = ' create table ' + @newdb + '.dbo.mytable (myid int)'
exec (@cmd)
December 13, 2010 at 9:07 am
Here's the bigint doc. You'd need to compare it to the Oracle documentation
December 13, 2010 at 9:05 am
If you get a PK error, then you have a PK update occurring.
What I would do is change this to a SELECT, and pull out the PK columns from...
December 13, 2010 at 8:48 am
Roy Ernest (12/13/2010)
Brandie Tarvin (12/13/2010)
You'd think he...
December 13, 2010 at 8:43 am
Tom.Thomson (12/12/2010)
Steve Jones - SSC Editor (12/11/2010)
Tom.Thomson (12/11/2010)
Celko's been at it again, and Gus's response http://www.sqlservercentral.com/Forums/FindPost1032150.aspx is unfair to monkeys.Excellent response from Lowell and Gus.
Tom, new avatar?
Yes, it changes now...
December 12, 2010 at 11:35 am
Tom.Thomson (12/11/2010)
Celko's been at it again, and Gus's response http://www.sqlservercentral.com/Forums/FindPost1032150.aspx is unfair to monkeys.
Excellent response from Lowell and Gus.
Tom, new avatar?
December 11, 2010 at 6:19 pm
I've used them, often as a base maintenance setup for systems that aren't stressed or critical. They have worked fine.
However when I need finer control, I tend to use custom...
December 11, 2010 at 6:16 pm
Craig Farrell (12/10/2010)
Steve Jones - SSC Editor (12/10/2010)
Craig Farrell (12/10/2010)
I'm failing to see the problem with this... I'd purposely go out of my way to wander through said lounge on...
December 10, 2010 at 4:27 pm
Jack Corbett (12/10/2010)
I understand both the fact that's it's not a highlight and, especially, the travel part. I just want to encourage everyone to give it a shot as...
December 10, 2010 at 3:14 pm
Craig Farrell (12/10/2010)
I'm failing to see the problem with this... I'd purposely go out of my way to wander through said lounge on the way. 😎
LOL, I have to say...
December 10, 2010 at 3:12 pm
Brandie Tarvin (12/10/2010)
Steve Jones - SSC Editor (12/10/2010)
Plus for me it's during the week travel, which can be a bigger impact on my life as my wife travels.
Horses don't feed...
December 10, 2010 at 9:06 am
Christoph D (12/10/2010)
Prakash-205770 (12/9/2010)
December 10, 2010 at 9:04 am
AndrewJacksonZA (12/9/2010)
Steve Jones - SSC Editor (12/9/2010)
December 10, 2010 at 8:56 am
Prakash-205770 (12/9/2010)
December 10, 2010 at 8:55 am
Jack Corbett (12/9/2010)
Jeff Moden (12/9/2010)
Jack Corbett (12/8/2010)
I still haven't seen any valid excuses...
Travel money, hotel money, earn money... I'd love to make the trip from Detroit to Florida this time...
December 10, 2010 at 8:54 am
Viewing 15 posts - 17,371 through 17,385 (of 39,903 total)