Viewing 15 posts - 31 through 45 (of 82 total)
I don't think you're going to find that in BOL, Chris; unless I am mistaken LEAD and LAG are not supported by SQL Server. Oracle uses them to access...
October 11, 2010 at 6:45 am
Round about 1980, I set a design standard for my department, which started with
DNT ABRV8
September 29, 2010 at 9:45 am
Then there's the DB that WAS designed well, but that person left and various people have been asked to "just add this" in the years since...
September 29, 2010 at 9:15 am
OTOH I designed our ETL system with [Postcode] [nvarchar](10) and then had to change it when I found records with postcodes like 'If out please leave by back door or...
September 28, 2010 at 2:04 am
(As someone has re-awakened this subject...)
Jeff Moden (8/23/2010)
September 27, 2010 at 4:55 pm
I'd like to endorse what others have said about temp tables.
I use CTEs a lot, and often they make the query both more legible and faster. But sometimes they...
September 10, 2010 at 11:25 am
I've been doing this for about 10 years; currently with SQL Server 2008/SSIS.
Most systems I built are basically ETL + Reporting, and are scheduled to run daily to load new...
September 10, 2010 at 10:55 am
So basically it divides the data based on the MATCH condition before it does any INSERT/UPDATE/DELETE. Hence the match taking no notice of the changed data values.
Thanks; I think...
September 1, 2010 at 3:44 pm
Odd. I read mail using Thunderbird, which can handle HTML mail well, and the message had lots of other graphics displaying as usual.
Looking at the message 'source code', I see...
August 10, 2010 at 3:50 pm
I got one right, good! (I've used the . myself, usually as 3.0 rather than 3. for - as you say - greater clarity.)
But something went wrong with the...
August 10, 2010 at 2:10 pm
I got it wrong too. But like many questions here, the answer depends on knowing the many inconsistencies and strange rules in SQL Server - most of which you...
August 10, 2010 at 1:41 pm
Personally, I like to store the package as files because I can simply ZIP up the whole thing to make a snapshot for version archiving and/or for easy FTP transfer...
July 23, 2010 at 6:44 am
A question for people re performance.
As I said above, we use a date table, and as our significant dates are of type [date] (with no time-of-day), we can join ON...
July 15, 2010 at 11:06 am
I use a date table allowing lookup of Month, Season etc. by date and customer, provided by Marketing! This may sound crazy but it's a good way to deal...
July 15, 2010 at 4:50 am
I've had the same problem; I assume it is normal behaviour when starting SSMS that way.
What I do is open SSMS first, and let it connect to the server. ...
July 12, 2010 at 11:10 am
Viewing 15 posts - 31 through 45 (of 82 total)