Viewing 15 posts - 331 through 345 (of 544 total)
SQLKnowItAll (3/27/2012)
What is your query? Please post DDL and DML.
This is my Query
with t as
(
SELECT --COUNT(*)
j.NameIDRef
--, 0 AS SEQNUM
...
March 27, 2012 at 10:08 am
http://www.sqlservercentral.com/Forums/Topic1273640-391-1.aspx
Please post your suggestion over here...i started a separate thread...
March 27, 2012 at 10:00 am
SQLKnowItAll (3/27/2012)
Charmer (3/27/2012)
I am having kinda same problem...
I have more than 7 million records in a table.. i was wondering to see how much time to execute and :ermm:...
March 27, 2012 at 9:55 am
Hi Friends,
I am having kinda same problem...
I have more than 7 million records in a table.. i was wondering to see how much time to execute and :ermm: it takes...
March 27, 2012 at 8:57 am
Lynn Pettis (3/23/2012)
No loops, no cursors.
but Lynn,
With out loop how can i avoid duplicate random string....
i took the cursor out of the stored procedure...so if i have 6 rows to...
March 27, 2012 at 5:35 am
Lynn Pettis (3/23/2012)
Let me guess, this code will generate a random string of characters from 1 to 6 characters in length, correct?
Have I got something for you if that is...
March 27, 2012 at 4:33 am
Lynn Pettis (3/23/2012)
Charmer (3/23/2012)[hr
Found a problem with your code already, as far as trying to work with it. You use a variable @MaxLength, but it is not defined anywhere...
March 27, 2012 at 3:00 am
Eugene Elutin (3/23/2012)
SELECT TOP 10 ...There is an article about it, link at the bottom of my signature.
Elutin, i could not find any link..
March 23, 2012 at 10:30 am
Lynn Pettis (3/23/2012)
Charmer (3/23/2012)
Lynn Pettis (3/16/2012)
Now, we will need the DDL for the table(s) (CREATE TABLE statement(s)), sample data (series of INSERT INTO statements) for the table(s), and the expected...
March 23, 2012 at 10:17 am
Lynn Pettis (3/16/2012)
Hi Lynn,
this is a part of my stored procedure, i use cursor here...you all say cursor is not good to be used.
Then what is the best solution instead...
March 23, 2012 at 9:59 am
Koen Verbeeck (3/23/2012)
Charmer (3/23/2012)
SQLRNNR (3/22/2012)
Lynn Pettis (3/22/2012)
DDL = data definition...
March 23, 2012 at 6:00 am
SQLRNNR (3/22/2012)
Lynn Pettis (3/22/2012)
What do you test your code on during development? You don't have a development or test database to work with?
Even taking the DDL from the dev/test...
March 23, 2012 at 3:25 am
Lynn Pettis (3/22/2012)
What do you test your code on during development? You don't have a development or test database to work with?
they make a copy of their Live database...
March 23, 2012 at 3:16 am
Lynn Pettis (3/22/2012)
with t as
(
SELECT --COUNT(*)
...
March 22, 2012 at 12:47 pm
wendy elizabeth (3/22/2012)
...
March 22, 2012 at 11:34 am
Viewing 15 posts - 331 through 345 (of 544 total)