Viewing 15 posts - 211 through 225 (of 489 total)
I've never tested this with iTVFs, only with scaler functions, primaraly because this is where I've been called in to do performance tuning. The big issue is not normally the...
August 1, 2011 at 7:13 pm
Welsh Corgi (8/1/2011)
Leo.Miller (8/1/2011)
Welsh Corgi (7/30/2011)
August 1, 2011 at 5:40 pm
Vijay Vasudevan (8/1/2011)
Thats a good suggestion Thanks..Can you help why row_Level_Function didnt use the Parallelism?
It's not so much that it isn't using parallelism, but that for every row returned,...
August 1, 2011 at 3:13 pm
The mail being sent just means it was put on the queue. Have you checked the db-mail error log? Also have you checked your Exchange server to see if the...
August 1, 2011 at 2:46 pm
Welsh Corgi (7/30/2011)
That way your Development Environment mimics your Production Environment.
If that is not the case you...
August 1, 2011 at 2:39 pm
Ignacio A. Salom Rangel (7/28/2011)
stephen.lappe (7/28/2011)
I...
August 1, 2011 at 1:54 pm
I did a quick test, a Standby/Read-Only databse can't have it's database owner changed, so there is definitely something being at least tested against the database.
If you recover the database...
July 26, 2011 at 6:33 pm
No, unfortunately they aren't. The issue being that the database owner detail is stored in the master.sys.sysdatabases table, and not on the user database. There also isn't any way of...
July 26, 2011 at 3:13 pm
GSquared (7/25/2011)
halifaxdal (7/25/2011)
July 25, 2011 at 4:23 pm
There's a good change this is some proces that is using the 'abc\mssqlsrv' account to connect to a database that has not yet been brought on line.
One hint is the...
July 24, 2011 at 10:04 pm
Have you had a look at what MAP 6.0 can do?
MAP is the Microsoft Application and Plannng toolkit, downloadable free from Microsoft. It does a very good job of reporting...
July 24, 2011 at 3:35 pm
If this is something you want to use going forward then avoid the sp_dboption and stick to the ALTER DATABASE version.
sp_dboption has been removed in SQL Denali.
Cheers
Leo
July 21, 2011 at 5:08 pm
It sounds like this is a new implementation. I've found that with new Sharepoint installations users madly add their old documents and the database grows very quickly initially, but once...
July 20, 2011 at 3:54 pm
To answer your original question: Should you upgrade to 2008 for the MERGE statement?
I'd have to say if that is the only reason you have for upgrading then probably not....
July 19, 2011 at 7:48 pm
sqlfriends (7/19/2011)
We have a sharepoint database getting bigger quickly.Now it is about 11 gb.
Also what version of Sharepoint are you using?
Leo
July 19, 2011 at 7:28 pm
Viewing 15 posts - 211 through 225 (of 489 total)