Viewing 15 posts - 211 through 225 (of 492 total)
Jeff Moden (8/2/2011)
Leo.Miller (8/1/2011)
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 2, 2011 at 1:52 pm
I'd go for Option 4..
Install Instance2
Script all logins, linked servers, jobs, operators, etc on Instance1
Recreate logins, linked servers, jobs, operators, etc on Instance2
Backup and restore (with no-recovery) databases from Instance1...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 1, 2011 at 9:07 pm
I can't see any real benefit of using an iTVF, since as far as I can see, you can still only pass it a single paramater, even though it returns...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 1, 2011 at 8:12 pm
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 1, 2011 at 7:13 pm
Welsh Corgi (8/1/2011)
Leo.Miller (8/1/2011)
Welsh Corgi (7/30/2011)
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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,...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 1, 2011 at 2:39 pm
Ignacio A. Salom Rangel (7/28/2011)
stephen.lappe (7/28/2011)
I...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
July 26, 2011 at 3:13 pm
GSquared (7/25/2011)
halifaxdal (7/25/2011)
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
July 21, 2011 at 5:08 pm
Viewing 15 posts - 211 through 225 (of 492 total)