Viewing 15 posts - 8,671 through 8,685 (of 9,253 total)
the white icons mean you do not have permissions on that server to manage the sql services (stop,start, etc)
December 13, 2008 at 4:21 am
dont forget to carry out the post 2005 migration tasks.
run dbcc update usage and rebuild all indexes\stats
December 11, 2008 at 5:01 pm
attach the databases first as when the script is applied to add the logins it will fail as the users default database does not exist. Maybe it doesn't really matter...
December 11, 2008 at 4:00 pm
Jeff Moden (12/9/2008)
... heh... or some very high velocity pork chops fired at point blank range. 😉
tee hee hee ROTFL
December 11, 2008 at 2:24 pm
awp (12/11/2008)
I have decided to do a side by side installation:
undoubtedley the best way to go
awp (12/11/2008)
- script all the logins from sql 2000 instance and...
December 11, 2008 at 1:51 pm
the dis advantage of log shipping is that the best state you can get is read only, the database will be unavailable when log restores take place. Replication will produce...
December 11, 2008 at 1:43 pm
dont forget to rebuild all the indexes afterwards too
December 11, 2008 at 1:33 pm
run a repair on the .NET2 framework via add\remove programs
December 11, 2008 at 1:24 pm
or just click start then run and type
odbcad32
then hit return 😉
December 10, 2008 at 3:15 pm
if you use the upsizing wizard in Access it has the option to generate\configure an Access front end that you can then use to link to the SQL database
December 10, 2008 at 1:13 pm
Phil Auer (12/9/2008)
I am, however, certain that I will always remember that...
December 10, 2008 at 5:50 am
check the following key in the windows registry
HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL
December 10, 2008 at 5:48 am
Lynn Pettis (12/9/2008)
Are you clicking on the Execute button or the Parse button.
which button are you clicking to execute the script?
December 9, 2008 at 2:06 pm
exec sp_change_users_login 'Update_One', 'Current user in DB', 'SQL login to link to'
December 9, 2008 at 6:24 am
herbiechin (12/8/2008)
December 8, 2008 at 4:00 am
Viewing 15 posts - 8,671 through 8,685 (of 9,253 total)