Viewing 15 posts - 211 through 225 (of 549 total)
You have to ask the Query Optimizer 😛
For small tables (like 100 rows), it may decide it's quicker & cheaper to scan the whole table
For big tables, depending on the...
December 5, 2008 at 1:03 pm
Me agree, there is a problem with your SQL Server 2005 installation (no, 8GB is not the minimum memory either)
I would try to investigate that instead of trying to go...
December 5, 2008 at 8:02 am
December 5, 2008 at 7:57 am
Add a job step to check DB status (whether Online or Recovery/Mirror), then only start if it's Online
I seem to remember you can use Maint. Plans in Mirror Servers (or...
December 5, 2008 at 7:55 am
As far as I know and remember, SSRS doesn't support multiple datasets joining
so I always join them in the Dataset T-SQL query, so it appears as 1 dataset to SSRS
You...
December 5, 2008 at 7:49 am
Can you right-click and generate the script for the job for us to check?
Otherwise I'd remove the schedule, re-add it back to see if it still happens
It could a be...
December 4, 2008 at 1:57 pm
Occasionally I see SQL Server using "Local System" credentials, to show up as DOMAIN\ServerName$
(the $ sign is a hint)
Check if any service is not run under a Domain\User account (which...
December 4, 2008 at 1:50 pm
You need some SSRS 101 articles and Google!
You pick the Report Server project, use a Wizard to create a Report (or manually)
then in the Dataset section, use a T-SQL text...
December 4, 2008 at 1:46 pm
nelsonj (12/4/2008)
December 4, 2008 at 1:44 pm
This one deserves some thinking through/ahead
What's the rationale behind this swap? What if you have to swap back in the future?
Will it be easier to split them into a FirstName,...
December 4, 2008 at 1:42 pm
That's the MS SQL installation files, not just the system databases (master, msdb, model, resources)
Only way I know how is to uninstall and re-install
December 4, 2008 at 1:41 pm
xSQL has some free tools too
http://www.xsqlsoftware.com/Product/Index.aspx
xSQL Object
FREE LITE EDITION
Compare and Synchronize SQL Server Database Schemas
generates SQL scripts too, closest to RedGate SQL Compare IMO
xSQL Script Executor ...
December 4, 2008 at 9:13 am
Matt Rose (12/3/2008)
alrightie...so backup/zip/copy/restore would be the option if they need to update...thanks guys
I think Transaction Replication with Update Subscription or Merge Replication would work if you will need to...
December 4, 2008 at 9:01 am
It's a never ending journey, but you being here curious on SSC is a good start!
Keep working hard at it and enjoy it
December 4, 2008 at 8:55 am
I agree, I wouldn't want [BUILTIN\Administrators] in my new SQL Servers either
It's one thing to control AD security, another for SQL
It does prove to be painful at times, sometimes nobody...
December 4, 2008 at 8:52 am
Viewing 15 posts - 211 through 225 (of 549 total)