Viewing 15 posts - 106 through 120 (of 185 total)
C:\>osql -L listens TCP/IP and Named Pipes, that is why you may get duplicates in the server list.
Of course when the one of them is disabled you will not...
September 21, 2009 at 7:21 am
Silverfox (9/21/2009)
Actually that isnt correct, you can use sp_addjobstep to add ...
The author was loking for solution like ALTER JOB..., that is why I sugested a similar way.:-)
September 21, 2009 at 7:09 am
A little more details about relation a AWE-mapped memory and SS Edition:
The physical memory accessible by AWE depends system you are using. The following list provides the maximum physical...
September 21, 2009 at 6:44 am
Correct.
It is nothing about averhead with AWE. During startup, SQL Server reserves only a small portion of AWE-mapped memory. As additional AWE-mapped memory is required, the operating system dynamically allocates...
September 21, 2009 at 6:37 am
There is nothing like ALTER JOB command.
But when you script your job as CREATE TO ... You will have full script, which will recreate a job for you. If you...
September 21, 2009 at 6:30 am
Of course you can combine MONTH and YEAR in one column like that:
MONTH_YEAR is (MONTH([DATETIME]) + '-' + YEAR([DATETIME])) AS [Month_Year]
September 20, 2009 at 4:52 am
What is the reason to keep a Month and a Year in one column? I am just curious.
It is easy to work if you divide your [DATETIME] as YEAR, MONTH,...
September 20, 2009 at 4:50 am
Correct.
According to Microsoft Best Practices one SAN disk is Ok to keep all you TempDB datafiles.
September 19, 2009 at 5:00 pm
Ok.
I would put TempDB log file on a separate drive with size around 10 Gb and restrict the file grow at 9Gb. In this case you will have extra 1Gb...
September 19, 2009 at 4:44 pm
I need to get more details before I give you any recommendations.
Does server have 16 physical CPUs or it 8 dual cores?
What size of a SAN disk is going...
September 19, 2009 at 3:59 pm
It depends.
In general this migration should be even more smooth than migration from SS2000 to SS2005, especially if you leave your database in compatibility level 80.:-)
But you can find some...
September 19, 2009 at 3:30 pm
procedure runs fast after recycling the sql services...and everytime after that exec time increases....is this issue with tempdb?
Yes, It sounds like tempdb issue.
In this case it is also good idea...
September 19, 2009 at 3:13 pm
Elliott is correct.
But I was correct too in my diagnosis.
SQL Server can run SSIS packages regardless of edition and using just the Database Services' DTEXEC.exe executable for that....
September 19, 2009 at 2:18 pm
As George said, the answering the question 1) is a big subject with many options.
But you were asking about guide.
So, the brief and a general guide is here. Remember, it...
September 19, 2009 at 2:04 pm
Viewing 15 posts - 106 through 120 (of 185 total)