Viewing 15 posts - 1 through 15 (of 26 total)
ZZartin (3/22/2016)
March 23, 2016 at 6:27 am
Jacob Wilkins (3/22/2016)
jewel.sacred (3/22/2016)
March 22, 2016 at 1:51 pm
Yes, I can fully understand this as I have experienced it as well in past. 🙂 I really appreciate the help been provided. But I already mentioned this criteria in...
March 22, 2016 at 12:55 pm
Thanks. Very interesting indeed. But it fails for the following criteria
SELECT @DateStart = '20160425', @DateEnd = '20160501';
The result should have been
PrimaryKeyIDDateStartDateEnd ...
March 22, 2016 at 12:10 pm
I would be very happy if there will be such a simple solution, but this is not giving the desired results. 🙁
March 22, 2016 at 9:07 am
Sorry for responding late. There was an auditing process going on which meant that we are only done with the deletion of the data(No shrink). So I was not able...
February 15, 2014 at 7:34 am
SQLRNNR (2/10/2014)
jewel.sacred (2/10/2014)
February 10, 2014 at 10:36 am
MyDoggieJessie (2/10/2014)
Yes, this will cause your log file(s) to fill/grow (especially so with the index maintenance)
If space...
February 10, 2014 at 10:31 am
The included columns are there in order to omit bookmark lookups which could be costly and in some scenarios could lead to deadlocks. But it all depends upon your workload.
As...
February 10, 2014 at 10:17 am
@Keith Tate Thanks a lot for quick the reply. I already had this in my mind but I am more comfortable with Michelle Ufford's gem (No disrespect to Olla's excellent/great...
February 10, 2014 at 10:02 am
jewel.sacred (4/9/2012)
April 9, 2012 at 5:54 am
Also, since you are using global temporary tables, you can create two procedures which would check the temp table existence and create the desired temp table with different definition. And...
April 9, 2012 at 4:03 am
This indeed is a very odd and strange behavior of SQL. You cannot add the definition of the temp table (CREATE TABLE #...) again in the same batch as it...
April 9, 2012 at 3:59 am
@Lynn Pettis
Was I able to answer your query?
Also, Currently, I am trying to put the data in a Declared table, and then run updates on that with IFs...
April 9, 2012 at 3:32 am
Sorry friends, In our part of world, its getting a bit late. Moreover, I may not be able to reply this thread for good time. So please accept my apology...
April 6, 2012 at 10:07 am
Viewing 15 posts - 1 through 15 (of 26 total)