Viewing 15 posts - 781 through 795 (of 1,193 total)
Sean Lange (9/24/2012)
September 24, 2012 at 10:26 am
Yes, thanks for the article Paul.
Is there actually an easy way to check the output from DBCC CHECKDB?
I currently scan the SQL log using xp_readerrorlog for the DBCC output info,...
September 24, 2012 at 4:10 am
Paul Brewer (9/24/2012)
cannot cope with databases with more than 1 data file at the moment.
Hi Paul,
Been working on a similar script myself - I use RESTORE FILELISTONLY to get the...
September 24, 2012 at 3:57 am
Editing the css files is fine, but I don't think the web pages themselves are so editable.
Wouldn't the report name still be the same for each run though?
Not exactly what...
September 14, 2012 at 10:09 am
I don't think you can modify RS in that way. The report name's visible on the page anyway?
September 14, 2012 at 9:16 am
Use DBCC SHRINKFILE with the EMPTYFILE option to move all data out, then use ALTER DATABASE to delete the file.
September 14, 2012 at 9:08 am
GSquared (9/14/2012)
Gazareth (9/14/2012)
It's the where clause that's causing the difference in the...
September 14, 2012 at 8:00 am
SQL Kiwi (9/14/2012)
Select M.name, F.name, B.name
From Role F, Worker M
LEFT JOIN Worker B ON M.superiour=B.nr
Where M.Role = code
It might be a...
September 14, 2012 at 7:56 am
GSquared (9/14/2012)
September 14, 2012 at 6:53 am
They are equivalent, but I don't think you can mix the two types of join in the same query.
It's the where clause that's causing the difference in the results, not...
September 14, 2012 at 6:51 am
L' Eomot Inversé (9/7/2012)
1*2*2*2*2*2 = 6
It does equal 6! At least, that's my excuse.
September 7, 2012 at 3:21 am
Mac1986 (8/30/2012)
August 31, 2012 at 4:26 am
Like the idea Luis. Far as I can tell, it assumes the newly generated Id's are sequential?
August 30, 2012 at 9:56 am
You can also create linked reports from one master report that you deploy once to the report server.
Although, you're quite restricted on what you can do with default parameters this...
August 30, 2012 at 9:03 am
Viewing 15 posts - 781 through 795 (of 1,193 total)