Viewing 15 posts - 541 through 555 (of 1,335 total)
What about Analysis services?
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 5:35 am
you need to grant the permission to stored procedures so that they can view the content of procedure
if there anre n number of procedures
select
'grant...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 5:21 am
Change the network service account to a domain account in both the servers. This is because of hop issue.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 5:02 am
With db_datareader they will be able to read the data in the tables only if you need to give them permission to see the procedure you have to give view...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 4:57 am
But i have one question is it safer to shrink a logfile that is being used in log shipping or DB Mirroring it is not that wayso be careful on...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 4:54 am
Just posting the error
Temporary table tempdb.SQLerrorTracking created.
Create database part starting...
Database DPIN does not exist.
.Net SqlClient Data Provider: Msg 1038, Level 15, State 1, Line 1
An object or column name...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 4:46 am
Good that you have implemented the copy job across two locations so that even if it fails in one location it will be available in the other a case of...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 4:32 am
I have always gone with my way og naming conventions but hve the habit of documneting them and putting it under a place accessible to all. By that way you...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 4:05 am
Servername,portnumber
should do for you.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 4:01 am
In your case it should be SQL2005,14333
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 4:01 am
Looking at the Activity Monitor first thing Monday morning did have a suspended process (Database Mail delete command - BROKER_RECEIVE_WAITFOR) but that has now cleared. And everything seems to be...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 3:57 am
Congrats!!!!!!!!!!!!!!
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 3:54 am
The autogrows expands the file when it reaches the maximum sizt that can be stored in the file suppose let us have a datafile which is 900MB and you have...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 3:52 am
That phrase is my favourite in this Industry i add to my signatures everywhere.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 3:49 am
We do have a script for us here. Let me know your id so that i shall share it to you.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 3:28 am
Viewing 15 posts - 541 through 555 (of 1,335 total)