Viewing 15 posts - 38,776 through 38,790 (of 59,072 total)
kabaari (4/21/2010)
Thanks. Not sure if posting data would apply in this situation. But, I posted data in the past and ended up with people responding with how valuable their time...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 4:30 pm
eseosaoregie (4/21/2010)
---index
CREATE
INDEX [IX_FirstFour] ON stg_LogFiles ([Firstfour])
WITH
DROP_EXISTING
ON [PRIMARY]
---tables
CREATE TABLE [stg_LogFiles] (
[LineRead] [varchar] (100) COLLATE Latin1_General_CI_AS NULL ,
[Importeddate] [datetime] NULL CONSTRAINT [DF__stg_LogFi__Impor__5441852A] DEFAULT...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 4:26 pm
Trybbe (4/21/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 4:20 pm
My recommendation is to never import directly from any source even if you're the one that built the source... it's an invitation for disaster. Import the data into a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 4:17 pm
Dan Fran (4/21/2010)
I am curious to know if there is a way to determine the size of a specific row/record in a given table. I know that sqlserver only...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 4:11 pm
Lynn Pettis (4/21/2010)
Toby White (4/21/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 4:08 pm
Elliott W (4/21/2010)
bagofbirds-767347 (4/21/2010)
The rest of you - to answer the main question: i do have a handfull of databases...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 3:54 pm
Lowell (4/20/2010)
i believe if you mark the proc as a system proc, it will do the automagical [currentdbcontext].[dbo].[tablename], instead of looking for the ].[tablename] in master;
EXECUTE sp_ms_marksystemobject 'sp_test'
Heh... I'll be...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 3:52 pm
Ninja's_RGR'us (4/21/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 3:42 pm
Steve Jones - Editor (4/21/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 2:54 pm
Grant Fritchey (4/21/2010)
So in summary, Oracle Sucks!Thanks for that important safety tip Jeff.
Heh... I'll probably get slammed by the folks that like Oracle (not slamming them, though), but I worked...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 1:24 pm
Grant Fritchey (4/21/2010)
Trey Staker (4/21/2010)
Roy Ernest (4/21/2010)
GabyYYZ (4/21/2010)
Please tell me THIS doesn't happen a lot...*groan*.I hope it is just a joke....
I doubt it's a joke. I've seen stuff like...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 11:26 am
Tom.Thomson (4/20/2010)
Jeff Moden (4/20/2010)
Hmmmm... I'd really be interested in the translation for "If you want it real bad, you'll usually get it that way."
The pun on "bad" doesn't really work...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 11:21 am
Trey Staker (4/21/2010)
Hibernate
Heh.... performance problem. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2010 at 11:16 am
huston.dunlap (4/20/2010)
Then I can implement...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2010 at 8:51 pm
Viewing 15 posts - 38,776 through 38,790 (of 59,072 total)