Viewing 15 posts - 181 through 195 (of 712 total)
i think SQL 2012 introduced shared datasources in SSRS
August 20, 2013 at 4:30 am
How the user is connecting and what permission does the login has.
August 20, 2013 at 4:28 am
[quote-0The way I am trying to do it is to go to a specific dataset and on the parameters tab choose the parameter and do as example below:
=Parameters!Period.Value-3
[/quote-0]
This is...
August 19, 2013 at 8:49 am
in dataset check what is showing in parameter section and see the mapping
you may get the problem.
and what is the exact error you are getting.
August 19, 2013 at 6:25 am
It should work, can you check in dataset how is parameter mapped.
August 19, 2013 at 6:14 am
No data scripting is not available in 2005. Other scripting are available in 2005, sorry for miscommunication
August 19, 2013 at 5:14 am
EXEC msdb.dbo.sp_add_job @job_name=N' + dbo.quotestring(' + @DatabasenameInput + '- backup Job') + ',
try this... but what is "quotestring".
August 19, 2013 at 3:05 am
mike.dinnis (8/16/2013)
Not so 'users' but developers who login from their applications to run DML statements.
What do you mean by this - "developers who login from their applications to run DML...
August 16, 2013 at 8:58 am
Do you mean to say in production DB user's have write access other that DBA?
August 16, 2013 at 8:39 am
Are there no other statement other that PROCCHILD and FUNCTIONCHILD in PROCPARENT?
August 16, 2013 at 7:57 am
and when you manually failover again is it going back to the previous master.
August 16, 2013 at 5:47 am
we have a DBA Group, reader group and windows apps user account , do you need anything more than this
August 16, 2013 at 5:03 am
any new DB added to the backup list witout full backup?
August 16, 2013 at 4:18 am
Mehernosh (8/8/2013)
If this helps - you can script the database items using the Generate Scripts option for your selected database.
[p]
1. Right click on your database in SSMS, select...
August 16, 2013 at 3:19 am
Viewing 15 posts - 181 through 195 (of 712 total)