Viewing 15 posts - 5,371 through 5,385 (of 15,381 total)
Can you post ddl and sample data in a consumable format? I am not a big fan of opening up rar files from the internet. You can post the information...
March 28, 2014 at 7:41 am
dwain.c (3/28/2014)
Ville-Pekka Vahteala (3/27/2014)
Luis Cazares (3/27/2014)
I'm afraid that this database is full of these pieces of sh code...
March 28, 2014 at 7:33 am
mikesyd (3/27/2014)
March 28, 2014 at 7:26 am
Golden_eye (3/28/2014)
Sean Lange (3/27/2014)
I changed the name Case to MyCase because I hate working with reserved words and typing brackets around...
March 28, 2014 at 7:22 am
To me the bigger question is why are you using dynamic sql at all? From what you posted there is absolutely no need for it whatsoever.
March 27, 2014 at 2:41 pm
mikesyd (3/27/2014)
March 27, 2014 at 12:53 pm
Yeah this is pretty much exactly what Scott already posted.
I changed the name Case to MyCase because I hate working with reserved words and typing brackets around table names.
insert...
March 27, 2014 at 12:10 pm
robin.pryor (3/27/2014)
I'm a SQL DBA and I've never given a crap about schemas. I know what they...
March 27, 2014 at 10:49 am
Seems that Luis was posting as I was typing. 😛
March 27, 2014 at 10:31 am
John Mitchell-245523 (3/27/2014)
The first one is ANSI compliant and so is usually preferred. I prefer it also because it keeps the join predicate separate from the WHERE clause.
Actually both...
March 27, 2014 at 10:29 am
Golden_eye (3/27/2014)
Sean Lange (3/27/2014)
Golden_eye (3/27/2014)
Correct, I want to create rows in the SubCase table when a Case has no SubCase. This is permanent, not during a query.
Then you will need...
March 27, 2014 at 9:39 am
JKSQL (3/27/2014)
So I/O outweighs procedure cache?
Not sure what you mean by that?
There is no reason to create a stored proc to return all the rows of the table when all...
March 27, 2014 at 9:37 am
Golden_eye (3/27/2014)
Correct, I want to create rows in the SubCase table when a Case has no SubCase. This is permanent, not during a query.
Then you will need to insert these...
March 27, 2014 at 9:32 am
robin.pryor (3/27/2014)
MarkusB (1/7/2009)
SQL DBA (1/7/2009)
I need differences between Roles, Schemas, Users and Logins. Can anyone help me. Thanks in advance
You call yourself SQL DBA and ask such a basic question...
March 27, 2014 at 9:30 am
Golden_eye (3/27/2014)
Subcase Columns: Case ID Subcase ID SerialNumber
Some CaseIDs do not have...
March 27, 2014 at 9:27 am
Viewing 15 posts - 5,371 through 5,385 (of 15,381 total)