Viewing 15 posts - 55,786 through 55,800 (of 59,072 total)
OK, Molly... I just gotta ask... you mean to tell me that you tried a command, that you got from somebody, on a production system without looking it up in Books Online?...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2007 at 6:16 pm
... and it will allow index SEEKs ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2007 at 5:57 pm
DECLARE @MyRows INT
SELECT TOP 1 SampleUnit_ID FROM #Sps
SET @MyRows = @@ROWCOUNT
IF @MyRows...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2007 at 5:52 pm
Heh... I don't know where they came up with the idea that SELECT INTO is slow... especially if the target DB has no triggers or keys and especially when the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2007 at 5:43 pm
I'm thinking you need to post the SP_Generate_Inserts proc... let us see what we can do to make it less RBAR dependent... ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2007 at 5:27 pm
Heh... not according to BOL which states (no sign of PATH anywhere)...
The basic syntax for specifying the XML mode in the FOR clause...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2007 at 5:23 pm
Surya,
Notice the following lines...
BULK INSERT dbname.dbowner.tablename
FROM '\\machinename\path\Sample.csv'
Did you make the appropriate substitutions for the lower case items? ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2007 at 5:20 pm
You bet... let us know if you need anything else...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2007 at 5:59 am
I think the "hard part" isn't coming up with the fine code you guys already did, Brandi... the bugger is coming up with all future dates and times for a...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2007 at 5:58 am
You're welcome... thank you for the feedback...
--Jeff Moden
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2007 at 1:25 am
I'm thinking you didn't read the original post and there's nothing wrong with shrinking Master when this type of mistake has been made.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2007 at 11:23 am
If you really want a challenge in the best game of all... help some people out on posts in this forum.
Or, write...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2007 at 11:13 am
Even more amazing is what folks think a DBA is supposed to do ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2007 at 11:05 am
On a slightly different subject, it saddens me to see yet another MCP/MCTS that doesn't know this type of stuff nor how to find the answers in Books Online. What...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2007 at 10:57 am
Surya,
You need to look at the file with a hex editor (maybe like TextPad in the Binary mode) and you need to know a bit about the ASCII character set.
0A...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2007 at 10:54 am
Viewing 15 posts - 55,786 through 55,800 (of 59,072 total)