Viewing 15 posts - 8,671 through 8,685 (of 9,248 total)
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
configure the min value to be a sensible value other than zero but not higher than max
December 7, 2008 at 2:36 pm
in the interests of database\referential integrity don't re use them. As stated, if you're needing to re use the column it probably shouldnt be a PK.
December 7, 2008 at 2:58 am
George Dickson (12/4/2008)
OK, thanks! I guess I'll get started uninstalling and reinstalling.
backup and save your system databases first if you have already created logins, databases, etc
December 6, 2008 at 8:32 am
dva2007 (12/6/2008)
sorry forget to mention 32 bit.
as Ken stated x86 is the version you require
December 6, 2008 at 8:29 am
Viewing 15 posts - 8,671 through 8,685 (of 9,248 total)