Viewing 15 posts - 1 through 15 (of 54 total)
We can change the daatabase owner using sp_changedbowner or using ALTER AUTHORIZATION.
http://k2schools.com/how-to-change-the-database-owner-in-sql-server/
May 26, 2016 at 6:28 am
Thank you so much Chris
With your answer my problem was solved
September 10, 2010 at 7:09 pm
Hi Ananth,
Might be responding after long time.
Simply Set 'PrecompileScriptIntoBinaryCode' property to False in Script Task Editor.
May 11, 2010 at 8:37 pm
Hi,
At the following link Cascading Parameters creation explained step by step.Download(free) it.
http://www.4shared.com/video/T65M5ITS/sql_server_2005_reporting_serv.htm
May 8, 2010 at 6:52 am
extension of second question
What type problems i will get after deletion of those two databases?
May 6, 2010 at 6:42 am
ChiragNS (5/3/2010)
My solution is based on the assumption that you have only a single "\" in your string. i.e. the variable will not contain a value like 'C\test\test"....
May 3, 2010 at 7:22 am
Thanks for reply.
Here i am attaching screen shots of error and deployment properties.Please look at them and suggest me
April 27, 2010 at 12:27 am
It is not for one shot.I want to do everyday using a job
March 31, 2010 at 9:14 am
Thank you all.
Following code working fine for me
FileDate = "-" + strDay + strMonth + strYear
March 30, 2010 at 10:07 am
Hi,
Can you please tell me in which cases we will go for tabular and matrix types.
Thanks in advance
March 28, 2010 at 9:02 pm
Thanks a lot.
March 25, 2010 at 7:48 pm
First you need to create a user defiend variable.Here I was created an expression with connection string like
@[User::directory] +RIGHT("0"+ (DT_STR, 2, 1252) DAY( GETDATE() ),2 )+ RIGHT("0"+ (DT_STR, 2,...
February 17, 2010 at 8:21 am
thanks to all who looked into my problem.I got solution for this problem.
February 17, 2010 at 8:12 am
Viewing 15 posts - 1 through 15 (of 54 total)