Viewing 15 posts - 1,336 through 1,350 (of 18,926 total)
jain1.siddharth (11/11/2011)
found the solution for one problem. reason I was not able to get value from dynamic controls was that i was loosing them at every postback. So wrote...
November 11, 2011 at 4:19 pm
Ninja's_RGR'us (11/11/2011)
It's not like this is a hard query to write =>
SELECT TOP 1
*
FROM
dbo.Calendar C
WHERE
...
November 11, 2011 at 10:06 am
SQLRNNR (11/11/2011)
Ninja's_RGR'us (11/11/2011)
Confusing with Britney?Well they did kiss. I could see how that mistake could be made.
Good point! 😀
November 11, 2011 at 10:04 am
... and did you take ANY single log backup after the full?
November 11, 2011 at 10:03 am
Or this if you have 1 month to decypher it.
DBCC memorystatus()
November 11, 2011 at 10:02 am
+1 on the calendar table.
It's not like this is a hard query to write =>
SELECT TOP 1
*
FROM
dbo.Calendar C
WHERE
C.M...
November 11, 2011 at 9:58 am
GilaMonster (11/11/2011)
Revenant (11/11/2011)
If you add 2005-specific features (such as indexed views), you cannot.
You can always change the compatability level. There are no checks for doing so. Some stuff (that uses...
November 11, 2011 at 9:53 am
SQLRNNR (11/11/2011)
Ninja's_RGR'us (11/11/2011)
SQLRNNR (11/11/2011)
Somebody likes MadonnaDid you know she sings too? 😀
Milli Vanilli
Confusing with singers?
They also had no <movie> career! 😀
November 11, 2011 at 9:51 am
SQL_DBA_New (11/11/2011)
Its not this because..I also want to know why this server is taking so much memory.
Why this server only is having this memory issue..
SQL takes memory because it...
November 11, 2011 at 9:49 am
Revenant (11/11/2011)
Duran (11/11/2011)
If I change a database on a SQL 2005 server from compatibility level 80 (having once been a SQL 2000 DB) to 90, can I change it back...
November 11, 2011 at 9:46 am
Assuming it's not all in the same transaction there can't really be huge problems with that unless you have competing processes for the same data during the night.
November 11, 2011 at 9:44 am
SQLRNNR (11/11/2011)
Somebody likes Madonna
Did you know she sings too? 😀
November 11, 2011 at 9:34 am
GilaMonster (11/11/2011)
Ninja's_RGR'us (11/11/2011)
GilaMonster (11/11/2011)
Lynn Pettis (11/11/2011)
What other Threadizins are participating in the DBA in Space contest? Looking for launch buddies!Can't. *sniff*
Can't even win a t-shirt. :crying:
+1. Just because...
November 11, 2011 at 9:31 am
Viewing 15 posts - 1,336 through 1,350 (of 18,926 total)