Viewing 15 posts - 166 through 180 (of 287 total)
Ctrl + Alt + G
Brings up registered servers, add and remove as you like.
February 16, 2006 at 5:36 am
You need to create a reference for each sheet that SQL Server understands.
You do this through Names:
Insert > Name > Define
February 16, 2006 at 5:32 am
To clarify:
Windows authentication is ALWAYS enabled.
The authentcation mode options are whether you allow SQL authentication or not.
February 16, 2006 at 5:28 am
AS above.
Grant the DBA group sysadmin access, drop Builtin\Administrators.
This is the MS advised process, it does not cause problems.
Be aware that your database is then only secure from casual misuse....
February 16, 2006 at 5:24 am
whats the procedure, what parameters does it need and when do you want it to fire?
If you provide this information I can provide a more comprehensive answer.
February 16, 2006 at 5:15 am
Surely if you just want a list of values SELECT DISTINCT would be better.
February 16, 2006 at 5:13 am
PIVOT allows you to manipulate the data to give it in effectively another format.
So assuming other columns of itemid and shape
--A table something like this
CREATE TABLE objects (itemid int,...
February 16, 2006 at 5:10 am
This could be anything from the disabled network libraries to the user account used to login.
Can anyone login? What's the exact error message?
The best way to migrate data is...
February 16, 2006 at 3:48 am
Use the Integration Services (SSIS) Import and Export Wizard to copy data between multiple instances of SQL Server. For more information, see Creating Packages Using the SQL Server Import and...
February 15, 2006 at 6:36 am
Yes, you'll be fine.
You need to determine which features are important to you in particular with regards to availability - basically why are you upgrading? Otherwise there is nothing special...
February 15, 2006 at 6:24 am
Sure, use the service broker - whats the procedure, what parameters does it need and when do you want it to fire?
February 15, 2006 at 6:10 am
Not really. It prevents SQLs new memory management system from handling it dynamically. I believe Oracle does things the same way.
February 15, 2006 at 6:01 am
In SQL Server 2005 users are not able to list objects that they do not have permissions on. I'd check the group memberships of this user.
Master is now an interface...
February 15, 2006 at 5:50 am
Ooh, that's cheating! Now we'll never know what the problem was
February 15, 2006 at 5:43 am
Viewing 15 posts - 166 through 180 (of 287 total)