Viewing 15 posts - 5,836 through 5,850 (of 26,490 total)
Eirikur Eiriksson (10/19/2014)
October 19, 2014 at 12:45 pm
KoldCoffee (10/19/2014)
In the Adventureworks example:
The LEFT JOIN with the WHERE returns 9 records.
The LEFT JOIN with the AND...
October 19, 2014 at 11:19 am
The best thing you can do is see what is the difference between the query you posted and one where you believe the WHERE clause should begin.
I don't have the...
October 19, 2014 at 8:28 am
homebrew01 (10/18/2014)
October 19, 2014 at 8:19 am
happycat59 (10/16/2014)
select 'DROP PROCEDURE [' + routine_Schema
+ '].[' + routine_name + ']'
FROM INFORMATION_SCHEMA.ROUTINES
where routine_name like 'Easy_UpdateSchemaTemp%'
this will output the drop procedure statements you need. ...
October 18, 2014 at 8:59 pm
Kummu (10/16/2014)
I'm using SQLSafe for backups, when recovery model is changed from simple to full or full to simple and then try to run a diff/log my...
October 16, 2014 at 10:31 am
TheSQLGuru (10/15/2014)
It may just be a butterfly flapping his wings in China, but I am getting routine crashes on SSC.com forums using IE10.0.9200.17054.
I am using IE10.0.9200.17089 and I have...
October 15, 2014 at 5:07 pm
UDBA (10/15/2014)
I was using this successfully, but i need something without CTE and temp...
October 15, 2014 at 4:19 pm
Steve Jones - SSC Editor (10/14/2014)
October 14, 2014 at 4:25 pm
Luis Cazares (10/14/2014)
Lynn Pettis (10/14/2014)
It could...
October 14, 2014 at 4:24 pm
Without seeing the table structures (columns and definitions) or the execution plan (which will show what is happening) not much we can do to help.
It could be implicit data conversions,...
October 14, 2014 at 3:22 pm
Could you post the DDL (CREATE TABLE statements) for the tables?
October 14, 2014 at 11:48 am
I agree with Jeff on this. Switching from the full recovery model to the simple recovery model and back breaks the log chain. It would be helpful to...
October 12, 2014 at 4:57 pm
Just checking, but have you had issues with this procedure before? The beginning of the proc is very familiar with all the date calculations at the start.
Both query plans...
October 11, 2014 at 11:09 am
Okay, using your sample data, query, and function as a basis to work from here is what I put together.
First, a rewrite of your multi-statement table valued function as an...
October 10, 2014 at 9:14 pm
Viewing 15 posts - 5,836 through 5,850 (of 26,490 total)