Viewing 15 posts - 421 through 435 (of 966 total)
I agree that compression would probably help you out. There is an overhead with CPU for the compression algorithm, but in most cases that overhead is more than made up...
July 1, 2013 at 2:27 am
Is the report running based on a schedule in SSRS? If so I believe you can go to the schedule in Report Manager and set when you want it to...
June 21, 2013 at 4:16 am
If it is 2008+ you can uninstall using Programs and Features just like a hotfix uninstall. If it is 2005- you will need to uninstall/reinstall.
Backups of system/user databases are required...
June 19, 2013 at 1:13 am
That brings up a good point. Do you or your organization have a TechNet account? You can get Enterprise Edition from there as well. Alternatively you can get Developer Edition...
June 11, 2013 at 4:14 am
try this link:
http://www.microsoft.com/en-us/download/details.aspx?id=8158 which leads to
http://www.microsoft.com/en-us/download/confirmation.aspx?id=8158
** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
Yep, that's the same link I provided. Curious why he...
June 11, 2013 at 1:03 am
It looks like you have your arguments mixed up here:
LEFT(5,@PhoneNumber)
Switch them around and see if you get the result you were looking for.
June 9, 2013 at 4:29 pm
You should plan to test and do this at some point though. If you plan on upgrading again in the future that compatibility mode may not allow you to until...
June 7, 2013 at 2:21 am
Do you need to create the same login on each server? If so you can try opening a query window against a registered server group. That way you just write...
June 6, 2013 at 5:51 am
I second the log shipping solution.
Have you tested how long it takes for a full backup of the database to copy over? If you have backup compression enabled that could...
June 6, 2013 at 3:38 am
If you open up a command prompt and run the following, what do you get?
setspn -L <domainName>\<accountName>
Where <domainName> is the pre-Windows 2000 naming convention for the domain (ex: Famicam) and...
May 30, 2013 at 2:36 pm
The title of your forum post is a little confusing. You are trying to install SQL Server 2012 on your work PC. Are you trying to install a failover cluster,...
May 30, 2013 at 1:21 am
Check the log for database mail. Is there an error from your test? If so, what is it?
May 30, 2013 at 12:34 am
Here are a couple of hits from CodePlex:
Alternatively you could maybe try installing the management tools on a reference system and copy over sqlcmd.exe and the associated .dlls...
May 30, 2013 at 12:33 am
Viewing 15 posts - 421 through 435 (of 966 total)