Viewing 15 posts - 2,911 through 2,925 (of 7,498 total)
GilaMonster (8/4/2010)
Jack Corbett (8/4/2010)
August 4, 2010 at 11:22 am
Brandie Tarvin (8/4/2010)
CirquedeSQLeil (8/3/2010)
There are plenty more examples of religion associated acts of terror too (Holocaust....
I have to disagree with this statement. As an amateur historian, I don't see the...
August 4, 2010 at 4:38 am
Duran (8/3/2010)
OK, so the instances would failover and continue to be available on the one remaining node, so the hardware on each node would need to be powerful enough to...
August 4, 2010 at 3:55 am
I couldn't have done that better 😎
Very, very nice plan and bug analysis.
Who am I ? Sometimes this is me[/url] :alien: and most of the time this is...
August 4, 2010 at 3:35 am
That depends on your resource group settings.
By default - for sqlserver - it will be configured to become active at the onther node(s).
Keep in mind, this will be done at...
August 3, 2010 at 8:17 am
Jamie Wormald (8/3/2010)
August 3, 2010 at 8:14 am
Your disk definitions need to be in the same cluster group as the one you want to install your sqlserver instance on.
Create a cluster resource group that only holds the...
August 3, 2010 at 5:41 am
Clustering a sqlserver instance (can host multiple user databases) is no problem.
Load balancing does not exist for sqlserver.
Off course you can load balance the applications, but when they get...
August 3, 2010 at 5:34 am
maybe this can get you started ...
select [Server]
, JobNaam
, JobEnabled
--, last_run_date
...
August 3, 2010 at 1:35 am
Good point.
Those are the apps that should be documented in a failover checklist.
At least they should be mentioned in the migration/upgrade plan for the db.
August 3, 2010 at 1:05 am
I doubt order is of any concern with the current versions (2005/2008).
You need to keep in mind the total length of fixed data types is still restricted to 8060...
August 2, 2010 at 2:46 pm
- I would start with the SQLServer upgrade advisor (SQLUA).
This will point to potential issues with your database(s).
- I would also run the Best practice tool, to see how...
August 2, 2010 at 2:39 pm
$partacu$ (8/2/2010)
...If we specify only table_name, then the information returned from the query would be for the table under 'dbo' schema only...
One small addition to Gails reply:
If you have db-access...
August 2, 2010 at 7:50 am
You could have fetched the schema using:
select object_schema_name(parent_object_id) as TheParentSchema
, object_name(parent_object_id) as TheParentObject
, object_schema_name(referenced_object_id) as TheRefSchema
...
August 2, 2010 at 2:52 am
does your service account have the authorities to read the attached file(s) ?
edit: yes, or it should have provided the error:
Msg 22051, Level 16, State 1, Line 0
Attachment file <filename>...
August 2, 2010 at 2:46 am
Viewing 15 posts - 2,911 through 2,925 (of 7,498 total)