Viewing 15 posts - 1,156 through 1,170 (of 3,011 total)
Toreador (10/27/2010)
Hugo Kornelis (10/27/2010)
* yyyymmdd - for dates without time portion. No dashes....
October 27, 2010 at 9:53 am
Ray K (10/26/2010)
Michael Valentine Jones (10/26/2010)
4. At halftime of the football game, we walked over and watched the soccer team's game on the next field.
Speaking as someone who has collegiate...
October 26, 2010 at 5:59 pm
Thee is no built in limitation of SQL Server that would prevent it.
It will all come down to proper DB design, efficient ETL design, and making sure you have adequate...
October 26, 2010 at 4:08 pm
The is probably nothing that can't be done by adding brackets around the name: [db name]
However, it is likely the many utilities may not work very well with this type...
October 26, 2010 at 4:03 pm
Small college sports are a very cheap day out.
I went to a football game a couple of weeks ago at a local college:
1. No change for admission or parking.
2. Tailgating...
October 26, 2010 at 1:20 pm
You should set your transaction log backups to run more often: every 15 minutes 24x7 is a good standard.
That will let you find out exactly when it is happening, and...
October 26, 2010 at 12:11 pm
SP_UPDATESTATS only updates the statistics where it thinks it needs to.
October 26, 2010 at 11:52 am
Make sure you follow that code the way I posted it after editing, because I initially posted it wrong. I have tested this several times:
Just to go through it...
October 26, 2010 at 10:14 am
Brandie Tarvin (10/26/2010)
It's a semi-good point. A user with every other permission cannot grant herself sysadmin access even when she has SecurityAdmin perms. Which is good from...
October 26, 2010 at 9:24 am
Brandie Tarvin (10/26/2010)
October 26, 2010 at 8:15 am
5/2 is integer math, so it produces integer results, and has nothing to do with how the ceiling function works. See the example below for what is happening.
select x...
October 25, 2010 at 3:27 pm
If you are use the new DATETIME2 data types, you can use SYSDATETIME or SYSUTCDATETIME to get a more precise value. There is no real penalty for using DATETIME2,...
October 25, 2010 at 3:17 pm
Create the date table and then setup a SQL Server job to add new rows as needed.
However, why don't you just setup a date table and add rows for many...
October 25, 2010 at 3:09 pm
How to Connect to a SQL 2005 Server When You Are Completely Locked Out
http://www.sqlservercentral.com/articles/Administration/68271/
http://www.sqlservercentral.com/Forums/Topic812701-471-1.aspx
October 25, 2010 at 12:29 pm
securityadmin would be enough to get me anything else I needed.
From SQL Server 2008 BOL:
"securityadmin:
Members of the securityadmin fixed server role manage logins and their properties. They can GRANT, DENY,...
October 25, 2010 at 12:22 pm
Viewing 15 posts - 1,156 through 1,170 (of 3,011 total)