Viewing 15 posts - 2,311 through 2,325 (of 4,745 total)
actually you don't need to uninstall, you can upgrade
September 7, 2010 at 3:13 pm
yep, through add\remove programs. No problems encountered, and this included database engine, SSIS, SSRS and SSAS.
no special preparation or tricks used.
10.00.2710 (SQL2008 Sp1 + CU1)
September 7, 2010 at 12:42 pm
IF the transaction log of the primary is available when the primary fails run a backup of the tail of the log - that is
backup log dbname to disk =...
September 7, 2010 at 10:57 am
select ename, sal from employees where job_desc = 'dba'
works for me 🙂
September 7, 2010 at 8:30 am
In SQL 2005 and before, local admins (via the group builtin\administrators) were automatically granted sysadmin rights in SQL as part of the install process. You could then remove\reduce these rights...
September 7, 2010 at 8:22 am
if this is via an application ideally there should be no direct access and rights are controlled via the code (which to me means stored procedures and exec rights on...
September 7, 2010 at 7:43 am
should make for an interesting series.
How do you turn off rules in the optimiser?
Or is that something its best not to know? (or put in print) 🙂
September 7, 2010 at 7:39 am
Steve Jones - Editor (9/7/2010)
Seems to be running fine from here. The server is located in the UK.
that's typical, blame us! 😀
September 7, 2010 at 7:07 am
as this is in 2005 forum..................
SELECT SDER.[session_id] as SPID,
CASE
WHEN SDER.[statement_start_offset] > 0 THEN
...
September 7, 2010 at 7:04 am
a link on how to make SSIS 'cluster aware'
September 7, 2010 at 4:13 am
try this. Written for SQL7 but works equally well in SQL2000.
worked seamlessly for me for years.
September 6, 2010 at 2:37 pm
As these settings are at the database level you should turn them on again after the load if you have other tables outside of the ETL process.
Only true way to...
September 6, 2010 at 11:04 am
No matter how many of SQL instances are installed on a box there is only one install of SSIS. This is used to service all the SQL installations. I am...
September 6, 2010 at 7:00 am
SP3 install I would say.
This could be related to not installing with an account with local admin rights?
Have another look through the error log, any other errors which narrow down...
September 4, 2010 at 2:06 pm
you get 2 node support for clustering with the standard edition of SQL (2005 and above), not the standard edition of windows.
September 4, 2010 at 1:20 pm
Viewing 15 posts - 2,311 through 2,325 (of 4,745 total)