Viewing 15 posts - 16 through 30 (of 31 total)
Hi Experts,
Still looking for solid Business case which can impress my client to upgrade from sql 2k5 to sql 2k8 R2.
Your early .
Regards,
Bipan
September 27, 2011 at 12:05 am
These points are OK but do we have something on microsoft support side?
http://support.microsoft.com/lifecycle/search/?sort=PN&alpha=SQL
Regards,
Bipan
September 26, 2011 at 10:29 pm
You can troubleshoot it by modiying location of tempdb data and log files to another drive and then check if this problem still persist. If problem got fixed then try...
August 2, 2011 at 3:27 am
Better to use dbcc command on table wise rather than executing it on whole databases.It may lead space crunch if you dont hv enough in your machine.
August 2, 2011 at 2:45 am
MDX queries will help you on this.
August 1, 2011 at 3:17 am
Express edition has seprate SSMS.look for its exact binaries from google.
August 1, 2011 at 3:07 am
Delete this duplicate record in subscriber database manually.
June 7, 2011 at 3:11 am
Your patch file could be corrupted.Check windows event vciwer logs.
June 7, 2011 at 3:08 am
Hope you are not applying sp2 on sql server 2008 R2 edition as it sp2 is not yet released for this version.
June 7, 2011 at 2:17 am
It means you need manual logshipping if I am not wrong but that invloves lots of scripting and lots of checks from yourside.
Bipan
February 9, 2011 at 12:38 am
Wintel and storage team will help you as everything happening fine from sql server side.
So there will some configuration issue.
Bipan
February 9, 2011 at 12:22 am
Since your backup file are not fixed and count of these .bak files is changing everytime.
We can achieve this if you have knowledge of Java,C++ or DOS shell commands.
->You need...
February 9, 2011 at 12:11 am
Follow simple rule for data modelling:-
Identify the attributes(columns in tables) from project SOW.
Identyfing relationships among these attributes.
If you have one-2-one relationship then club all these attributes in single entity called...
February 8, 2011 at 11:26 pm
Use TSQL restore commands to put in sql editor of job creation step.If you have issue in writing these scripts and use your SSMS to generate these scripts for you.You...
February 8, 2011 at 11:10 pm
You can make use of sql jobs for this where you can put your multiple DB restore scripts and direct their output to file(You may consider it as restore log...
February 8, 2011 at 9:46 pm
Viewing 15 posts - 16 through 30 (of 31 total)