Viewing 15 posts - 451 through 465 (of 1,335 total)
Generally its a good idea to specify the RAM max when using more than 16GB and using the memory options. Colin has pointed that out correctly.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 3:22 am
with the distribution transaction you will also need to specify SET TRANSACTION ISOLATION LEVEL SERIALIZABLE else it will result in a error.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 3:12 am
Yes Dave i do agree few things in 2005 are complicated rather than being simplified. One such example is the log shipping role change thati have already pointed out. I...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 3:09 am
For other new user Dbs you can make the default path by configurin that in config manager.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 3:06 am
Why can't you use the Generate Script that is readily available to you in SQL Server.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 2:30 am
Yes two instances of SQL Server in one cluster group is possible.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 2:28 am
is /PAE switch added to your boot.ini file for 16GB or more memory you have to add the switch to have memory managements process.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 2:27 am
Nothing to be nervous just take a backup and then fire the shrink task. But remember to give some amount of free space at the end.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 2:23 am
run this command
sp_change_users_login 'report'
if the user lists in the output then run the following given below
sp_change_users_login 'update_one','username','username'
this should ix your problem.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 2:21 am
You can use the import/export option to import to sql server the data can be imported.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 2:18 am
Better name the database so that its meaningful else there will be n numbers of confusions around after few years.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 2:17 am
If you are planning to use the same query and display results often the my idea would to use EXCEL-> import external data->New database query and place the query there...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 2:09 am
There is no constraint of number of databases that can be used in log shipping in a single server. But the server hardware and network should hold desirable limits to...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 18, 2007 at 7:58 am
If i have misunderstood let me know and apologises too.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 18, 2007 at 7:49 am
Is you req
you have 126 SPs in a database and need to move these into 6 other databases.
if so script the SPs and run against the target servers.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 18, 2007 at 7:48 am
Viewing 15 posts - 451 through 465 (of 1,335 total)