Viewing 15 posts - 106 through 120 (of 859 total)
Abu Dina (11/12/2012)
I'm glad you asked about what I'm doing.
Let me try to explain, I have:
1 SQL Server Instance with 25 databases (I...
November 13, 2012 at 10:33 am
are you running multiple instances? Also our former server admin had an extra couple of 0's in the max server memory when he first set it up. couple...
November 12, 2012 at 4:34 pm
mickyT (11/12/2012)
michielbijnen (11/12/2012)
There is a comma! As far as I know the syntax is correct for the columns variable. Or not?
As an example
select 'Count IsPrimary', [0], [1]
from (select isprimary, blockid...
November 12, 2012 at 3:30 pm
michielbijnen (11/12/2012)
There is a comma! As far as I know the syntax is correct for the columns variable. Or not?
every thing in the dynamic sql is correct since the extra...
November 12, 2012 at 3:28 pm
One thing i do when i need something like these requirements is create a consistent uniquifier using something like ROW_NUMBER() and have the base of my pivot something like this:
SELECT...
November 12, 2012 at 3:20 pm
it looks like there is an extra minus sign in your query at whereisnull(h.ldatuitdienst, getdate()+1) > pd.eddatum - @DaysMinus -
Other than that with out some sample data it...
November 12, 2012 at 1:34 pm
what i might do is manually shut down the service then disable the SQL Server service while they do their multiple reboots then once they are done restart and re-enable...
November 12, 2012 at 12:45 pm
well to generate the table here is a faster and more direct way. it uses a tally table to generate the dates (posted as a cte Tally Table). ...
November 12, 2012 at 11:39 am
Bobby Glover (11/10/2012)
capnhector (11/9/2012)
Bobby Glover (11/9/2012)
November 10, 2012 at 8:20 am
SQLSACT (11/10/2012)
Are these clean pages or clean buffers?
Thanks
these are clean pages. SQL Server only drops pages from the buffer if there is not enough memory (or the server is...
November 10, 2012 at 7:55 am
Revenant (11/9/2012)
crookj (11/9/2012)
JAZZ Master (11/9/2012)
anthony.green (11/9/2012)
capnhector (11/8/2012)
Cliff Jones (11/8/2012)
crookj (11/8/2012)
capnhector (11/8/2012)
JAZZ Master (11/8/2012)
bcsims 90437 (11/8/2012)
crookj (11/8/2012)
Ray K (11/8/2012)
opc.three (11/7/2012)
Ground Gameaerial assault
Space Combat
Space Invaders
BMEs
BMI
MIBs
Tommy Lee Jones and Will Smith
apple built self...
November 9, 2012 at 4:41 pm
SQLSACT (11/9/2012)
GilaMonster (11/9/2012)
SQLSACT (11/9/2012)
I'm trying to understand what happens to clean pages in the buffer pool (when a select statement brings pages into the buffer pool).
What happens to the pages...
November 9, 2012 at 4:28 pm
muthyala_51 (11/9/2012)
November 9, 2012 at 4:24 pm
Nathan check out my post above yours. the outputed data was demonstrating how the 2 ROW_NUMBER()'s worked together. if you run the actual query it will return the...
November 9, 2012 at 4:04 pm
sdvandeslunt (11/9/2012)
November 9, 2012 at 3:58 pm
Viewing 15 posts - 106 through 120 (of 859 total)