Viewing 15 posts - 106 through 120 (of 617 total)
Sounds like a classic "double hop" problem. Read this and see if it helps:
October 24, 2012 at 8:19 am
They do recommend that you have a few years of experience but it certainly does not have to be SQL 2005. In fact if I remember correctly they want...
October 22, 2012 at 7:53 pm
L' Eomot Inversé (10/22/2012)
crussell-931424 (10/22/2012)
October 22, 2012 at 3:26 pm
john.arnott (10/21/2012)
If the code presented had one more statement amnd asked for the max(Ident)...
CREATE TABLE IdentTest
( Ident...
October 22, 2012 at 1:15 pm
Ok, I apologize for being lazy. My only excuse is that I was busy and being stupid. :hehe:
October 15, 2012 at 2:27 pm
SQL-DBA-01 (10/8/2012)
The question was not clear at all...at a surface while using 'notgo', the entire script should prone to a failure..
Please read the explanation and the previous 79 posts. ...
October 8, 2012 at 8:54 am
The Dynamic Port is set to blank for all IPs including IPAll on both instances.
The default instance is using port 1433 on all IPs. The named is using 4322...
October 3, 2012 at 9:56 am
Thanks! I saw several of those type questions in the flash cards and didn't really figure they would show up in the exam. Of course I did see...
October 1, 2012 at 12:37 pm
Has anyone used Transcender exams? I tried the sample exam and was fairly impressed. Has anyone tried them then taken the exam? Does the question difficulty/style match...
September 30, 2012 at 9:33 am
So should this work? Or are there any exceptions I should take into account?
SELECT database_id, COUNT(1) AS page_in_use FROM sys.dm_os_buffer_descriptors GROUP BY database_id
September 27, 2012 at 3:57 pm
Thanks. That's pretty much what I thought. Now I just need to convince my boss.
September 26, 2012 at 3:44 pm
L' Eomot Inversé (9/25/2012)
Good question.Nice blg entry too, apart from "BACKUP/BACKUP" instead of "BACKUP/RESTORE".
+1
I have you followed but for whatever reason didn't get an email about the new post. ...
September 26, 2012 at 9:46 am
sknox (9/26/2012)
CREATE TABLE #TABLE1
(
Col1 INTEGER
,Desc1 char(3)
)
CREATE TABLE #TABLE2
(
Col2 INTEGER
,Desc2 char(3)
)
INSERT INTO #TABLE1...
September 26, 2012 at 9:30 am
Yes. In full recovery mode you MUST run log backups in order to clear the log. This won't shrink the log, but it will clear it so that...
September 26, 2012 at 9:21 am
Viewing 15 posts - 106 through 120 (of 617 total)