Viewing 15 posts - 3,841 through 3,855 (of 7,496 total)
maybe stupid, but did someone use any form of compression ? (drive/LUN level)
April 3, 2009 at 1:45 pm
of course that also depends on what your udf is doing !
is it just a split/string function or does it perform access to other objects ?
if you post it we...
April 3, 2009 at 1:41 pm
Actually the install of sql2000 shouldn't cause a technical problem.
Who detached your database ?
Where has it gone to ?
Did someone just uninstall the sql2005 engine ?
April 3, 2009 at 7:10 am
and off course there is a difference in Red Cross junior camp first aid, Paramedic first aid and combat first aid 😀
According to their trained skills, you may have a...
April 2, 2009 at 1:42 pm
Well ... your indexes also need space !
So depending on the size of the columns you used in the index ddl, they will be smaller or larger combined with the...
April 2, 2009 at 1:27 pm
Outrageous for any software to be implemented in that way !
Complain to your manager that this simply is not acceptable !
Have him complain with the software vendor and make it...
April 2, 2009 at 1:15 pm
ldave (4/2/2009)
I have created a view with code that looks like below.
use testprd;
SET NUMERIC_ROUNDABORT OFF;
SET ANSI_PADDING, ANSI_WARNINGS, CONCAT_NULL_YIELDS_NULL, ARITHABORT,
QUOTED_IDENTIFIER, ANSI_NULLS ON;
create view test wtih schemabinding as...
April 2, 2009 at 1:07 pm
I think "discovery"' doesn't function on 64-bit environments.
You should be able to just enter the sqlserver name (server\instance) and connect with ssms !
If that doesn't work...
Did you enable the SQL...
April 2, 2009 at 6:36 am
Your trigger tries to execute sprocs in the [Changes] database !
EXEC [Changes].[dbo].[ik_ChangeLogInsertI]
Does that database exist on the sql instance ?
OR
Does the user executing the update have the needed...
April 2, 2009 at 6:30 am
Nice approach list :w00t:
The "Remain Calm / Keep your head cool / Keep on breathing" should actually be put after every major point.
In case of urgency, that is vital...
April 2, 2009 at 6:12 am
It depends !
With an upgraded database, the default schema will be the userid.
This script needs to be executed with sysadmin auth because of the "execute as" and "Revert".
Don't forget to...
April 2, 2009 at 12:46 am
As Greg stated, it is an add on component after your sqlserver has been installed.
You can download it from Feature Pack for Microsoft SQL Server 2005 at http://www.microsoft.com/downloads/details.aspx?FamilyId=50b97994-8453-4998-8226-fa42ec403d17&displaylang=en
The component you...
March 31, 2009 at 11:43 pm
Since partitioning is an advanced topic, it is highly recommendable to read BOL and to read the white paper on partitioning.
(make sure you have the latest version of BOL !)
-SQL2005...
March 31, 2009 at 1:12 pm
Is you database case sensitive ?
If you enter a default schema for a user, it will nolonger search the way it did in sql2000 !
March 31, 2009 at 1:08 pm
AFAIK you only need to install the backward components if you want to be able to modify the packages.
Keep in mind to put your DRP for this upgraded server in...
March 31, 2009 at 1:03 pm
Viewing 15 posts - 3,841 through 3,855 (of 7,496 total)