Viewing 15 posts - 961 through 975 (of 1,335 total)
You will need to script out a logic and then use the script to upload data in destination. Through SSIS i see no such features available for you.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 10:35 pm
You have the row_number() function in SQL 2005 that can be used for your rowid. If you want more information just read the link given below.
http://www.databasejournal.com/features/mssql/article.php/3572301
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 7:30 am
SQL Anywhere is a SYBASE EDM. sp_spaceused is not support there and has been replaced. Read the link given below to know what has got changed in syabase.
http://www.ianywhere.com/developer/product_manuals/sqlanywhere/1000/en/pdf/dbwnen10.pdf
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 7:17 am
No. with sa you can have control of all objects in the server. So you need not worry about creating a user and giving owner permission for a particular database.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 6:52 am
Script the object level permissions for the first user and then in the script replace the first user with the user tht you have created and run against the database....
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 6:35 am
Good that you have taken the initial step to secure the server. At first change the password for the sa account and kept it confidential within you and some high...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 6:21 am
Good that you have atlast your sql running.BTW whenever you do a upgrade perform to check the protocols and connection information.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 5:31 am
You have installed SP4 which requires a reboot. Ok now you give a static port for your sql server other than the default 1433 and check if you are able...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 5:12 am
Did you do a mock restoartion and check if the backup file is correct. If so why do you worry about the size of the database backup file.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 4:47 am
Since you say that you have enabled remote connections few checks from our side.
from the machine where you face this problem try using SSMS to connect to the SQL Server...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 4:00 am
Have you rebooted the server post SP4 installation.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 3:33 am
Syed, You mean to say that you do a reindex and then backup the file and the size increases after that i does not. OK can you check if the...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 3:23 am
Just restart the SQL Server services you will have all space occupied by tempdb released to disk but before that check what is the initial size that is given for...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 3:12 am
I hope sqlcmd can take a input file as a parameter. put your query into the file adn call the file containing the sql code in the sqlcmd statement.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 2:42 am
From the GUI i meant diuble click the exe that you have for your sql server SP4. it will take you up to a wizard and from there.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 1:46 am
Viewing 15 posts - 961 through 975 (of 1,335 total)