Viewing 15 posts - 301 through 315 (of 1,825 total)
SQLkiwi (3/4/2011)
Chris Morris-439714 (3/4/2011)
Erm, Dave, did you ask before quoting this?
My lawyers already have their instructions. :laugh:
Let them try , fair use applies here 😀
March 4, 2011 at 5:20 am
SQLkiwi (3/4/2011)
Copyright infringement is when you're reprinting the work without permission.
It is possible to do both...
March 4, 2011 at 5:15 am
March 4, 2011 at 4:18 am
Glad to help ,
The plan is indeed a window into exactly what sqlserver has done ( and to a certain extent, why) to resolve the query.
Design is everything ,...
March 4, 2011 at 2:15 am
Data type look poorly thought out to me, why are year and qtr varchar's ?
SELECT TOP 20 PrimSSN, SecSSN, [Year], DocType, [PageCount], ReturnId, IMAGEPATH
FROM finals WHERE [Year] = '2009' AND
(PrimSSN...
March 4, 2011 at 1:32 am
Please post the DDL , the plan has many convert implicits in it.
March 4, 2011 at 1:23 am
Just be sure to ensure that performance is within SLA boundaries with a production size of data.
March 4, 2011 at 1:13 am
March 3, 2011 at 4:08 am
The scheduled reports are implemented by SqlAgent jobs.
Is SQLAgent running on the machine ? Is there any thing of relevance in the Agent error log ?
March 3, 2011 at 4:07 am
March 3, 2011 at 3:07 am
Please see this post (http://www.sqlservercentral.com/articles/SQLServerCentral/66909/ ) for how best to help us to help you
March 3, 2011 at 3:04 am
It would seem to me that if you are having to do this sort of dynamic update on a regular basis, something is wrong with you design.
If you can revisit...
March 3, 2011 at 2:21 am
Gianluca Sartori (3/2/2011)
This statement is inside a system stored procedure and I can't modify it. I must admit I tried (when everything else failed) and my...
March 3, 2011 at 2:14 am
Sound like a rolling balance problem,
use a cursor or take a look at a 'quirky update' solution.
March 3, 2011 at 2:12 am
lukashelm (3/2/2011)
FCB::Open: Operating system error 5(Zugriff verweigert) occurred while creating or opening file 'C:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\DATA\master.mdf'. Diagnose and correct the operating system error, and retry the operation.
This is the file for the...
March 2, 2011 at 2:51 am
Viewing 15 posts - 301 through 315 (of 1,825 total)