Viewing 15 posts - 2,176 through 2,190 (of 11,678 total)
Ed Wagner (8/4/2014)
ALZDBA (8/4/2014)
Koen Verbeeck (8/4/2014)
ALZDBA (8/4/2014)
Koen Verbeeck (8/4/2014)
I have a rather large DWH query. For testing purposes I singled out one single ID.
But sometimes the query returned...
August 4, 2014 at 10:04 am
ALZDBA (8/4/2014)
Koen Verbeeck (8/4/2014)
I have a rather large DWH query. For testing purposes I singled out one single ID.
But sometimes the query returned 1 row, sometimes 2, while...
August 4, 2014 at 7:36 am
Weird issue here.
I have a rather large DWH query. For testing purposes I singled out one single ID.
But sometimes the query returned 1 row, sometimes 2, while it should always...
August 4, 2014 at 7:14 am
sunil.mvs (8/4/2014)
Is this possible solution at high Level . PFA
It seems like it could work. Haven't implemented anything like this myself.
August 4, 2014 at 6:18 am
Here are some starting points:
SQL Server track DDL CREATE USER
Email alerts when new databases are created in SQL Server[/url]
August 4, 2014 at 2:51 am
vinodmmec916 (8/4/2014)
Can u tell me how to create the code , I am a fresher so don't know much about this , please helpthanks 🙂
Did you google for...
August 4, 2014 at 2:49 am
You have to filter out "duplicate values" in your data set before you try to insert them into the destination table.
You can do this by assigning a row number using...
August 4, 2014 at 1:28 am
ScottPletcher (7/31/2014)
Books should be more valuable than classes. Look for titles by Kalen Delaney particularly. For general SQL skills, look for Itzik Ben-Gan.
Depends on the classes, and on...
August 4, 2014 at 12:59 am
Do you really need to install the entire SQL Server? I think the SQL client alone is probably enough.
The GO statement is not a T-SQL statement, but a batch seperator...
August 4, 2014 at 12:54 am
Great question, thanks.
August 4, 2014 at 12:50 am
Grant Fritchey (7/31/2014)
New Born DBA (7/31/2014)
Grant Fritchey (7/31/2014)
Oh, and if you are in Europe, I'm doing a full day on execution plans at SQL Server Days.I live in Chicago, IL
So,...
July 31, 2014 at 1:12 pm
S_francis_uk (7/31/2014)
July 31, 2014 at 7:18 am
ChrisM@Work (7/31/2014)
Koen Verbeeck (7/31/2014)
Lynn Pettis (7/31/2014)
Lynn Pettis (7/31/2014)
SQLRNNR (7/30/2014)
Lynn Pettis (7/30/2014)
Really?? Let's put a 500 million row table into an in-memory table.
It could work - depending on what the data...
July 31, 2014 at 7:03 am
A cube is the way to go if there is no technical expertise and you need to answer as much questions as possible.
120 dimensions for a cube is a lot....
July 31, 2014 at 6:58 am
Viewing 15 posts - 2,176 through 2,190 (of 11,678 total)