Viewing 15 posts - 8,386 through 8,400 (of 9,248 total)
what does
exec sp_spaceused 'transactions'
produce
February 23, 2009 at 1:00 pm
Mani (2/23/2009)
Iam using the below script to rebuild/reorganize the indexes in sql server 2005. Iam running this script manually every week by going into each database. But I want create...
February 23, 2009 at 12:56 pm
so your sql2000 instance is currently clustered is it?
February 22, 2009 at 4:14 am
you could import as legacy but if moving to sql2005 why not re write the package in SSIS
February 22, 2009 at 4:11 am
read the MS recommendations.
http://support.microsoft.com/kb/280345
certainly no larger than 1GB should be required but recommended is 512MB
February 22, 2009 at 4:00 am
the biggest problem is setting the shared storage and this is what i think most people stumble on. The storage can only be accessed by one VM at a time...
February 20, 2009 at 2:45 pm
Anybody?
February 20, 2009 at 3:52 am
anuragingle (2/19/2009)
I added the user to db_datareader and gave him execute rights on specified sp......... seems to be working
yes it would do, you dont need to give db_datareader and it...
February 20, 2009 at 3:26 am
personally i would use
1. Backup the databases in Sql server 2000.
2. Script the logins,jobs in sql 2000
3. Install sql server 2005, SP3, sqlserver2005_dts.msi
4. Restore the backups in newly installed sql...
February 19, 2009 at 4:54 pm
anuragingle (2/19/2009)
Will stored procedure execution fail if user has only read rights on database?Is it possible to implement this and how?
granting execute on a stored procedure to a user does...
February 19, 2009 at 4:45 pm
drop the auto created stats from the sql2000 prod database, otherwise each time you restore that db the corrupted object will still be there,
does this make sense
February 19, 2009 at 4:41 pm
Kendal i too, did notice the graphs were a little off but paid more attention to the actual numbers
February 19, 2009 at 4:38 pm
Matt Klein (2/19/2009)
February 19, 2009 at 4:36 pm
either backup and restore or detach and attach to the new server. Script off the login if possible or create a new server login on the sql 2005 server and...
February 19, 2009 at 3:17 pm
depends what you're going to need. Windows 2003 Std x64 bit is limited to 32GB RAM and 4 cpus.
February 19, 2009 at 3:11 pm
Viewing 15 posts - 8,386 through 8,400 (of 9,248 total)