Viewing 15 posts - 28,216 through 28,230 (of 39,771 total)
I'll look and see, but it's a good idea.
Keep in mind that most threads die in a few days, so you won't get a lot of emails over time from...
June 12, 2008 at 8:31 am
I'm nervous about having anything on my SQL Servers that might be"touching" the database files. I think it's a gamble that something in Diskkeeper or any similar product, including anti-virus,...
June 12, 2008 at 8:17 am
It doesn't sound like there is anything you are doing that's strange. Almost everyone connects to a central SQL Server database in some way with their application.
If you're unsure, it...
June 12, 2008 at 6:19 am
I'd only run this on particular objects if things were out of whack and I had very bad query plans, or if my distribution of data changed substantially.
June 11, 2008 at 9:22 am
Walk through some logic. How do you figure out what the last Sunday is? (besides looking at the calendar).
There's a skill you need to build here to examine what determines...
June 11, 2008 at 9:20 am
Nope. Nothing like this in SQL Server.
There is a power button, however. 😉
June 11, 2008 at 9:17 am
You'd have to convert things to numerics,stripping out the hyphens,for sorting purposes. Don't change the data, but extract the numbers (using CAST(SUBSTRING(CHARINDEX())) functions to get this.
June 11, 2008 at 9:11 am
It's somewhat legacy, and it's good practice since in a DR situation, you need the CREATE. If you redeploy permissions, you're ok. If not, this is bad and you need...
June 11, 2008 at 9:08 am
Code has been added to the article.
June 11, 2008 at 9:03 am
The NEWID() and RAND() will get you random, or psuedo-random, numbers. You can use that to generate random characters (combine or convert as aSCII values) or dates (add to some...
June 11, 2008 at 9:01 am
datepart will get you sundays, check BOL for the parameters.
The idea is that you want to develop an algorithm that can determine what the last Sunday is by examining various...
June 11, 2008 at 8:51 am
What is the "identity" password? sp_password, run against the virtual server, will change the password for the login.
June 11, 2008 at 8:47 am
There are many things that can happen. The best thing you can do is run a test on a test system, upgrade things, and then if you have specific errors,...
June 11, 2008 at 8:45 am
There is a compatibility mode you can set on the databases as well to have them run as SQL65 for keywords and functions.
June 11, 2008 at 8:42 am
I'm not sure what a new technology is anymore. SQL 2008 got to RC0 and it includes Powershell for SQL, which is new. I played with Hyper-V, and it's straigtforward,...
June 11, 2008 at 7:39 am
Viewing 15 posts - 28,216 through 28,230 (of 39,771 total)