Viewing 15 posts - 5,446 through 5,460 (of 15,381 total)
You likely have not gotten any responses to your question because you didn't post enough information. In order to help we will need a few things:
1. Sample DDL in the...
March 17, 2014 at 7:28 am
Igor Micev (3/14/2014)
Luis Cazares (3/14/2014)
Igor Micev (3/14/2014)
Do you know that cursors' performance is nearly the same to the set-based statements when they are run on up to about 1000 rows.
Not...
March 14, 2014 at 3:42 pm
andrexcobar (3/14/2014)
Sean Lange (3/14/2014)
You seem to...
March 14, 2014 at 3:39 pm
Well you first example was using a parameter. Not sure what you mean by an array of strings. How do you get this into sql?
You seem to be jumping back...
March 14, 2014 at 3:22 pm
JP10 (3/14/2014)
I have been for past few hours. =) I just added + 1 for speed purposes. Appreciate the help.
So you want the startdate for the first row...
March 14, 2014 at 2:54 pm
JP10 (3/14/2014)
March 14, 2014 at 2:40 pm
andrexcobar (3/14/2014)
Sean Lange (3/14/2014)
I can't use CTE, TEMP Tables or SPs, I have to resolve this in...
March 14, 2014 at 2:09 pm
Mark Derryberry (3/14/2014)
Sorry if this layout is complicated. I'm a little naïve when it comes to posting code into forums.
Not to worry, we were all first timers at one...
March 14, 2014 at 1:47 pm
First of all I want to confirm that you are actually using sql 2000.
I can't use CTE, TEMP Tables or SPs, I have to resolve this in the SELECT query...
March 14, 2014 at 1:33 pm
Thanks for the ddl and sample data. This helps make this a LOT easier.
The first thing I did was to use a cte to allow me to number the rows....
March 14, 2014 at 1:30 pm
Pritz (3/14/2014)
I am newbee on this.
What I am trying to do is set @rec_num to 0 and then
Set @Nrec_num = @Nrec_num + 1
Set @SQLexec =...
March 14, 2014 at 12:41 pm
JP10 (3/14/2014)
Let's say the first row returned has StartDate = 1/1/2014 and EndDate is 1/2/2014. The next row I want the StartDate to equal the previous row EndDate so...
March 14, 2014 at 12:39 pm
Mark Derryberry (3/14/2014)
Simply put, I'm trying to modify a date range, but it's much...
March 14, 2014 at 12:38 pm
Admingod (3/14/2014)
Configuring SQL to put TEMPDB completely on RAM? .If RAM is dedicate to TempDB will improve performance?Thanks
You can't put tempdb exclusively in ram. The size of tempdb is very...
March 14, 2014 at 12:31 pm
Luis Cazares (3/14/2014)
With out the spaces added to both sides of the words, the string 'the foreign institute of comics' would become 'feign institute comics', just to give an example.
Ahh...
March 14, 2014 at 10:15 am
Viewing 15 posts - 5,446 through 5,460 (of 15,381 total)