Viewing 15 posts - 15,751 through 15,765 (of 26,486 total)
Could you post the DDL (CREATE TABLE statement) for the table, some sample data (INSERT INTO tablename statements) with which to test.
April 27, 2010 at 2:06 pm
Just one last thing, based on the sample data, what would be the expected output?
This gives us something to test our output against.
April 27, 2010 at 1:55 pm
NOLOCK will allow the SELECT statements to process regardless of locks help by other processes (a dirty read) but would have no affect on the UPDATE statements.
Actually, I'm wondering why...
April 27, 2010 at 1:15 pm
Don't know, but as the forum indicates he is still logged on, I hope I didn't scare away this OP.
Just asked for what we always ask for in order to...
April 27, 2010 at 12:52 pm
tosscrosby (4/27/2010)
crookj (4/27/2010) Golf
Lawn darts
Wake up on the wrong side of the bed today (ref: your avatar). 😛
April 27, 2010 at 12:37 pm
How does the file get created? Is it FTP'ed, or is it being directly created?
April 27, 2010 at 12:35 pm
jrizzo-1083740 (4/27/2010)
April 27, 2010 at 12:24 pm
The Dixie Flatline (4/27/2010)
April 27, 2010 at 12:01 pm
Do you really expect me to write the create table scripts for your tables and to create sample data for you?
Please provide what has been requested. The more you...
April 27, 2010 at 11:56 am
crookj (4/27/2010)
Lynn Pettis (4/27/2010)
FourGolf
Nope, don't play the game.
April 27, 2010 at 11:42 am
If you could post the DDL (CREATE TABLE statement(s)) for the table(s) involved, some sample data (as a series of INSERT INTO tablename statements) for the table(s) involved, the expected...
April 27, 2010 at 11:00 am
If you would provide the DDL (CREATE TABLE statements) for the table(s) involved, sample data (series of INSERT INTO tablename statements) that represents the problem you are attempting to solve,...
April 27, 2010 at 10:13 am
Sounds like all you may have restored is the production database. Did you setup the logins/users as they were setup on the hosted system? It sounds like things...
April 27, 2010 at 7:55 am
Based on the tables and the sample data, what is the expected output? Show us, don't describe it. We need to know precisely what you are expecting so...
April 26, 2010 at 11:08 pm
Viewing 15 posts - 15,751 through 15,765 (of 26,486 total)