Viewing 15 posts - 301 through 315 (of 3,011 total)
GilaMonster (1/24/2013)
CREATE PROCEDURE search_orders @custid nchar(5) = NULL,...
January 24, 2013 at 2:35 pm
The referenced article also has plenty of mistakes. :laugh:
Ask Ars: Why will Apple's Do Not Disturb bug fix itself next week?
For example:
"The first day of 2013 started on a Tuesday,...
January 23, 2013 at 5:22 pm
Steve Jones - SSC Editor (1/22/2013)
Michael Valentine Jones (1/22/2013)
Generally speaking, you will not see much improvement from having multiple tempdb files, except under specific conditions that are fairly rare.
This is...
January 22, 2013 at 4:07 pm
Generally speaking, you will not see much improvement from having multiple tempdb files, except under specific conditions that are fairly rare.
When you are allocating an extremely high number of temp...
January 22, 2013 at 10:45 am
bugg (1/22/2013)
After a bit of research I don't really want to use SNAPSHOT ISOLATION or READ_COMMITTED_SNAPSHOT as this approach would require downtime to alter the database and possibly loads of...
January 22, 2013 at 9:07 am
SQLRNNR (1/17/2013)
January 17, 2013 at 4:58 pm
Were there any changes to application code or stored procedures?
Is it possible that the database was altered to set read_committed_snapshot on?
Is is possible that the users just stopped using the...
January 17, 2013 at 3:40 pm
String '2012-11-21 16:36:53.850000000' is too long to convert directly to a datetime value.
This code shows a couple of ways that work:
declare @date_str varchar(50)
set @date_str = '2012-11-21 16:36:53.850000000'
select ConvertLeft13 = convert(datetime,left(@date_str,23))
select...
January 17, 2013 at 1:20 pm
I was expecting a different kind of fun with ACID.
When I was in the 8th grade we noticed one day after school that all the teachers were in a meeting...
January 17, 2013 at 10:49 am
As a start, I suggest changing the primary key ,[isel_pk], to clustered with a fill factor of 80 and changing the index [isel1_dx] to a fillfactor of 80.
Also, one of...
January 16, 2013 at 12:56 pm
greg.cormier (1/16/2013)
8755 rows, 2 megs of data, 1 meg of index.
That table definition can't be right, it has two primary keys defined.
January 16, 2013 at 12:41 pm
Markus (1/15/2013)
Has anyone done any comparision to the SQL2008R2 backups with compression as far as time taken to run and size of backup and compared it to, say...
January 15, 2013 at 9:08 am
It will probably be far faster to filter data in SQL Server.
January 15, 2013 at 7:53 am
Escorts are well paid, have flexible hours, and can be full time or part time.
January 14, 2013 at 10:50 am
AllHype (1/14/2013)
January 14, 2013 at 10:36 am
Viewing 15 posts - 301 through 315 (of 3,011 total)