Viewing 15 posts - 4,696 through 4,710 (of 7,168 total)
If someone needs sysadmin privs their Windows Login gets it via an NT Group, or I make them a SQL Login if required by the circumstances. If I can help...
March 30, 2012 at 7:49 am
Be careful using DATEPART, output is dependent on server options.
From DATEPART (Transact-SQL) (2008 R2)
The return value depends on the language environment set by using SET LANGUAGE and by the default...
March 29, 2012 at 2:02 pm
Here is another article for you to review, to help you with the fundamentals of what a Transaction Log is, and how to manage it properly: Managing Transaction Logs[/url]
March 29, 2012 at 1:35 pm
Kasnut (3/29/2012)
March 29, 2012 at 1:20 pm
Without Resource Governor the biggest concern will be RAM and CPU contention, as we know how to easily separate databases onto different I/O resources.
Any problem children that drill CPU? If...
March 29, 2012 at 1:16 pm
WaitingWonder2 (3/29/2012)
March 29, 2012 at 12:42 pm
Standard or Enterprise Edition? If the latter, Resource Governor will be your friend. There will be a better chance of using more of your available hardware if keeping everything in...
March 29, 2012 at 12:39 pm
TravisDBA (3/29/2012)
True, but the recommendation from MSDN is to remove it currently anyway.:-D
It depends on who "they" is..."they" over at Microsoft have recommend a lot of stupid things in the...
March 29, 2012 at 11:22 am
TravisDBA (3/29/2012)
March 29, 2012 at 11:18 am
Anytime, and thank you for the positive feedback as well 😎
March 29, 2012 at 11:10 am
TravisDBA (3/29/2012)
Hmmmm. the MSDN article does not distinguish between the two. 😀
Considering that the current (and subsequently next) version of SQL Server will only run on 64-bit server operating systems,...
March 29, 2012 at 11:08 am
March 29, 2012 at 11:04 am
TravisDBA (3/29/2012)
Right from MSDN:
"This feature will be removed in the next version of Microsoft...
March 29, 2012 at 10:59 am
"Hierarchical format" as you put it is something of a display issue, better left to the presentation layer of an application. The resultset from my last post appears to deliver...
March 29, 2012 at 10:57 am
aitchkcandoo (3/29/2012)
First of all, what do you use to format the DDL? I like the way you've posted it within window/scroll bar and would like to be able...
March 29, 2012 at 10:33 am
Viewing 15 posts - 4,696 through 4,710 (of 7,168 total)