Viewing 15 posts - 256 through 270 (of 595 total)
Access 2007 definitely has performance & stability issues in several areas.
Example: The user previews an Access report on-screen, and then sends it to Word in RTF format. With Office 2003...
April 22, 2008 at 9:04 am
Derek Dongray (4/18/2008)
Kelsey Thornton (4/18/2008)
come on, Derek. 😉Why would you try running a query about system objects in a database other than master?
Habit. 🙂
Novices start by firing up SSMS and...
April 18, 2008 at 8:33 am
Derek,
I wonder why it doesn't work the same way for you.
I am running MSSQL 2005 SP2 Developer on Win XP Pro SP2. I open SSMS, click New Query & connect...
April 17, 2008 at 9:47 am
Two more great tips, thanks.
BTW to run the query, you need to enable 'xp_cmdshell' in Surface Area Configuration.
April 16, 2008 at 3:09 pm
The only correct answer is:
select * from sysprocesses where program_name like 'SQLAgent%'
on my dev system (MSSQL 2005 Developer) with Agent running, it returns status = "sleeping" and cmd = "AWAITING...
April 16, 2008 at 10:16 am
K. Brian Kelley (4/13/2008)
April 13, 2008 at 1:57 pm
There is certain information that should never be included in a resume - age, weight, height, marital status, religion, or political affiliation. The only exception would be if any of...
April 12, 2008 at 2:15 pm
The RESTORE command has been enhanced with an additional safeguard: SS2005 will check if the "tail" of the transaction log has been backed up. This tail refers to transactions that...
April 11, 2008 at 2:41 pm
Thanks Wayne. You mention 2000, but does this work the same way in 2005? I know that some things have changed...
I use scripts to backup from production & restore to...
April 11, 2008 at 1:32 pm
Yes, but - Steve also stated "You can ask the server to start a 2nd backup, but it fails." - but my test showed that it does not "fail" (e.g....
April 11, 2008 at 12:33 pm
I decided to try this on my dev machine. I opened two new query windows:
Query 1:
BACKUP DATABASE [lampsPAR] TO DISK = N'C:\Bill\wm_LampsPAR_01.bak' WITH NOFORMAT, INIT, NAME = N'lampsPAR-Full...
April 11, 2008 at 11:22 am
I also agree that No is the correct answer. The question stated
"Can you start a second full backup running"
and the answer is of course No. However, it will "run" after...
April 11, 2008 at 8:50 am
I voted for SP3 but now I'm having second thoughts.
SQL 2000 had SP3 but then was followed by SP3a.
SQL 2005 had SP2 but then was followed by SP2a.
It seems to...
April 9, 2008 at 10:11 am
My interpretation of the phrase "maximum size of a row" was in the context of the 8060-byte limit. There was no mention of storage size in the question, so I...
April 9, 2008 at 8:20 am
I enjoy the QOD and would like to offer a suggestion.
Could you add a link to bypass answering the question & go straight to the discussion? Of course, you would...
April 8, 2008 at 9:35 am
Viewing 15 posts - 256 through 270 (of 595 total)