Viewing 15 posts - 8,986 through 9,000 (of 14,953 total)
The source would be your connection. Just to be sure: It sounds like you're using a file system object where you should be using a database connection. The...
July 16, 2009 at 1:36 pm
jcrawf02 (7/16/2009)
A lot of effort for re-creation of a movie stage in Miami . . . 😛
Ooooohhhh! There's an idea that Hollywood might be able to put to good...
July 16, 2009 at 11:23 am
You're welcome.
July 16, 2009 at 7:11 am
Starting from scratch sounds like a reasonable idea.
Take a look at what the Import Wizard in SQL Management Studio might be able to do for you, at least as far...
July 16, 2009 at 7:07 am
Steve Jones - Editor (7/15/2009)
It's not broken, but I think it could be enhanced. Clean the look and feel, add tags, etc.
That's a list I can agree with. But...
July 15, 2009 at 1:33 pm
RBarryYoung (6/13/2009)
July 15, 2009 at 1:18 pm
I just searched this "excel worksheets collection" in Bing, and the first several results all had data on how to access the list of worksheets in an Excel file (worksheets...
July 15, 2009 at 1:08 pm
The overhead will depends on how much data you're talking about.
If the individual XML packages are small, it won't add much at all. If they're large, it'll add more.
To...
July 15, 2009 at 1:04 pm
You can select the definition column from sys.sql_modules. That has the object definition in it (the create script).
Using object_id, you can get the one you want if you have...
July 15, 2009 at 12:46 pm
Make sure you copy from the "Quote" function, not "Copy and Paste", because the code windows on this site may be messing with the case of the words in the...
July 15, 2009 at 11:31 am
That's odd. I get this:
NodeIDTvarValMyColumn
Some Value1d11Some Value1
Some Value2d21Some Value2
some Value3d31some Value3
some Value4d41some Value4
Some Value5d51Some Value5
My Local Pathr15My Local Path
My documents Pathr25My documents Path
My Programs Pathr35My Programs Path
My Pictures Pathr45My...
July 15, 2009 at 11:30 am
rf44 (7/15/2009)
Grant Fritchey (7/14/2009)
July 15, 2009 at 10:57 am
Take a look at this, see if you can work with it:
declare @String varchar(max), @XML XML;
select @String =
'
Some Value1
Some Value2
some Value3
some Value4
Some Value5
My Local Path
My documents Path
My Programs Path
My...
July 15, 2009 at 10:31 am
David.Poole (7/15/2009)
Gaby A. (7/15/2009)
What's wrong with a bigint identity(1, 1).
Nothing provided you are running on a single server. The instant you go multi-site or employ a sharding strategy all...
July 15, 2009 at 10:18 am
Dave Ballantyne (7/15/2009)
July 15, 2009 at 10:14 am
Viewing 15 posts - 8,986 through 9,000 (of 14,953 total)