Viewing 15 posts - 19,981 through 19,995 (of 39,834 total)
There aren't relationships stored across databases. If someone has data related to something in another database, it's enforced outside of SQL Server.
The information views are a good place to start,...
April 27, 2010 at 10:40 am
Good luck finding something on the web if you can. If so, I'd be happy to help. I was thinking that maintaining a body of works (not published/visible) and submitting...
April 27, 2010 at 10:16 am
The Resource db is for the version of SQL Server, not the instance. You don't need to move it.
April 27, 2010 at 10:08 am
289 files? Do you mean 289 ndf files?
April 27, 2010 at 9:14 am
I'd tend to trust Robert on the thread issue here. The more databases you add, the more threads you use.
How large are these dbs and how much activity per day?...
April 27, 2010 at 8:28 am
The other explanation is that you might just need 30+GB of temp space. Shrinking tempdb constantly isn't helping if the application needs that space.
Likely there are other issues, but if...
April 27, 2010 at 7:53 am
You don't need the same account. Whether on the same server or different, the instances talk to each other through the endpoint. So the security is on the endpoint, not...
April 27, 2010 at 7:51 am
There is definitely a balance, but it's something that you need to work out over time, and pay attention to. Don't always send an IM (email can be better, causes...
April 27, 2010 at 7:48 am
Wouldn't the table be a connection to the server and database and then a query? Or do you mean sending it programatically?
April 27, 2010 at 7:46 am
That's strange. Have you checked sys.files or checked from another SSMS instance?
April 27, 2010 at 7:45 am
I like what homebrew01 has done. You need to document, but also automate a check on changes. It's not usually someone trying to sneak things in (though they do), it's...
April 27, 2010 at 7:43 am
Be aware that you'll need to change the SQL Server name (sp_dropserver, sp_addserver) if this is a different Windows host.
If paths are different for databases, you'll also have errors you...
April 27, 2010 at 7:38 am
I tried to work in rebar somehow, Mike, but couldn't. That helps with sheer forces, but not with expansions.
April 27, 2010 at 6:47 am
Yes, once the first db has been marked for TDE, tempdb will as well since it is used by queries into the encrypted database.
April 26, 2010 at 4:05 pm
Viewing 15 posts - 19,981 through 19,995 (of 39,834 total)