Viewing 15 posts - 28,246 through 28,260 (of 39,804 total)
I'll have to take a look. Not sure what this is. If someone includes a link, it should be to the post, not the forum + post, so moves shouldn't...
June 12, 2008 at 8:45 am
Thanks, I'll add this to the list.
June 12, 2008 at 8:39 am
It seems to close the "pages" of posts that I have. Not sure why.
June 12, 2008 at 8:36 am
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
Viewing 15 posts - 28,246 through 28,260 (of 39,804 total)