Viewing 15 posts - 3,181 through 3,195 (of 8,416 total)
It *might* be correct and safe if the appropriate uniqueness guarantees exist. In the sample you provided, there is no unique index, constraint, or primary key.
A safer way to...
June 2, 2010 at 4:18 am
Ok, so still no sample data (or a source table definition). No matter, I will try to answer as best I can given the information provided.
The easiest way to...
June 2, 2010 at 4:12 am
How about making it clear exactly what you want to see?
Some sample data and expected output would probably make this a lot easier...
June 2, 2010 at 12:13 am
j-1064772 (6/1/2010)
I missed that one. Could you please provide the URL ?
Sure can:
http://www.sqlservercentral.com/Forums/Topic896583-338-1.aspx
June 2, 2010 at 12:09 am
Use SQLNCHAR instead of SQLCHAR in the format file.
June 1, 2010 at 9:59 am
BrainDonor (6/1/2010)
You are now officially 'my kind of person'! :w00t:
And that's a good thing.....?:hehe:
As always, "it depends" 😀
June 1, 2010 at 9:55 am
BrainDonor (6/1/2010)
I think you're right, but I'm not sure the exam delves this far down.
I suspect that is true, but personally I hate to just 'skip over' something that...
June 1, 2010 at 9:44 am
There are many ways to import such a file into SQL Server directly.
If you must use an external C# program for some reason, there are plenty of code examples out...
June 1, 2010 at 9:43 am
Assuming your import file contains explicit IDENTITY column values, you must add the KEEPIDENTITY option to your BULK INSERT statement for the import process to use them.
June 1, 2010 at 9:39 am
Steve Jones - Editor (6/1/2010)
June 1, 2010 at 9:35 am
Steve Jones - Editor (6/1/2010)
Execution Plan = Query Plan + Execution Context
Context is used specific information in terms of parameters and other data structures that could change for...
June 1, 2010 at 9:10 am
PaulB-The-One-And-Only seems to know his Oracle stuff, and seems to monitor the Oracle forum(s) quite regularly.
June 1, 2010 at 8:29 am
biren (5/31/2010)
thanks, this worked it seems bit lengthy process then the other one
I think it's just better laid-out 🙂
My guess would be that Lowell presented it as clearly as possible...
June 1, 2010 at 8:27 am
I looked at this question earlier - but you have made it hard for people to help you - so I chose to move on to other questions.
For advice on...
June 1, 2010 at 8:23 am
Viewing 15 posts - 3,181 through 3,195 (of 8,416 total)