Viewing 15 posts - 40,171 through 40,185 (of 49,552 total)
foxjazz (3/24/2009)
being as sarcastic as possible, you may control the order if you wish. Maybe using order by??
Excuse me? I'm trying to help you here. Maybe you can take...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 9:20 am
Please don't start a new thread for an existing problem, especially when you haven't answered the questions that have been asked in the older thread.
No replies to this thread please....
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 8:55 am
david.griswold (3/24/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 8:46 am
Edit: Crosspost
DT1 = select productcontrolid from productcontrol where productcontrolid > @max-2 - 25
What controls the order? What makes a particular row row 1, not row 13?
Basically, what I'm asking is...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 8:40 am
YSLGuru (3/24/2009)
Where did you see this formula listed ofr getting the Start of the month?
I don't recall seeing it anywhere. The version to trim the time off a date is...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 8:40 am
Kop_Eoin (3/24/2009)
So USE [dbname]GO
GRANT VIEW Definition TO [reader_role]
GRANT VIEW DEFINITION ON [database|schema|object] TO [role|user]
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 8:31 am
Roy Ernest (3/24/2009)
How many of you all travel to Europe for Pass?
PASS US if I can afford it (and it's an expensive flight from where I am). Fortunately I don't...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 8:30 am
The database aspnetdb is set to autoclose. The close of the DB is causing the cache flush.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 8:26 am
GilaMonster (3/24/2009)
Does the SQL Service account have access to it?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 8:24 am
Converting to varchar and back is a poor way of getting the start of month. It's much slower than using date functions.
select dateadd(mm, datediff(mm,0, getdate()),0)
Then the formatting to not show...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 1:44 am
Does the directory C:\Inetpub\vhosts\httpdocs\ exist? Does the SQL Service account have access to it?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 1:38 am
shishir999_ril (3/23/2009)
So, that query is acting as recurssive. Is there a way to change...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 1:34 am
Vishal Singh (3/23/2009)
Although, I believe the REPAIR_ALLOW_DATA_LOSS command itself take the database in the SINGLE USER mode..:-)
It doesn't. You have to explicitly set the DB to single user mode before...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 24, 2009 at 1:32 am
I mostly use the 'posts since last visit' and I'd like it to be able to contain a day or two's posts. I'm probably not going to read threads older...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 2:50 pm
Steve Jones - Editor (3/23/2009)
Any suggestions for a setting?
What's the average number of threads that are posted to per day?
Maybe have the threshold different for the 3 recent...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 2:43 pm
Viewing 15 posts - 40,171 through 40,185 (of 49,552 total)