Viewing 15 posts - 91 through 105 (of 134 total)
I agree... 2 million isn't alot of data, and don't think you need to create "history" tables that are separate from the regular tables... if you implement effective indexes, and...
October 5, 2010 at 6:44 am
Doug Lane (10/4/2010)
Try looking in the log folder here: C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\LogFiles. There should be complete information there about what went wrong.
This is by far...
October 4, 2010 at 2:47 pm
Brent Ozar has a great webinar about this on his blog - http://www.brentozar.com/sql-server-training-videos/perfmon-and-profiler-for-sql-server/
October 4, 2010 at 2:30 pm
But otherwise, you think the code is ready to be scheduled?
If you have to ask that the answer is no...
October 4, 2010 at 2:23 pm
No it does not need to be part of the primary key. In fact most partitions are not on the primary key but on some date field. Which is what...
October 4, 2010 at 12:43 pm
Also, dont know if this will even apply to your use case without knowing more, but you might benefit by familiarizing yourself with the MERGE syntax; great for upsert logic.
October 4, 2010 at 7:21 am
GilaMonster (10/1/2010)
getoffmyfoot (10/1/2010)
Yes I'd like to see some...
October 2, 2010 at 7:19 am
leodec (10/2/2010)
thanks for reply data is some how like this
col1 col2 col3
ab bc null
null A1 ...
October 2, 2010 at 7:08 am
ulteriorm (10/1/2010)
and hence i came up withe...
October 1, 2010 at 2:39 pm
payal.beri (10/1/2010)
i need little help in below mentioned sql.... need to find out any of col1,col2,col3 is null and in last if col3 is null then in that case...
October 1, 2010 at 2:32 pm
Ha, yea you did the same thing I did and ran that through some formatting. My eyes are finally uncrossed.
This segment of sql concerns me -
where ...
October 1, 2010 at 2:08 pm
There really isn't enough information to do anything with here - what method are you using to load the data? SSIS? DTS Package? 3rd party tool?
October 1, 2010 at 2:00 pm
getoffmyfoot (10/1/2010)
Robert Frasca (10/1/2010)
getoffmyfoot (10/1/2010)
It...
October 1, 2010 at 1:55 pm
Robert Frasca (10/1/2010)
getoffmyfoot (10/1/2010)
It could...
October 1, 2010 at 1:48 pm
Ow... my eyes...
What I am seeing though is alot of sub-selects in where clauses of sub-selects in where clauses of sub-selects in where clauses in....
Yes I'd like to see...
October 1, 2010 at 12:47 pm
Viewing 15 posts - 91 through 105 (of 134 total)