Viewing 15 posts - 1 through 15 (of 190 total)
Here is what I use all the time. Just set the database, schema and table names. Hope it helps.
/* =================================================================================================================================================== */
/* Create column name list...
October 21, 2015 at 4:38 pm
Stefano:
Backups are carried out using the SQL Server Service Account. In order to save to a UNC path, you have to use an AD user as the logon for...
July 10, 2014 at 5:53 pm
No idea if this is what you are talking about, but hope it helps someone.
I have posted this previously to several forum topics. Been busy for past year, so haven't...
April 16, 2014 at 7:25 pm
"You may as well keep the SP in cleartext"
While some people know how to decrypt encrypted stored procedures, I personally subscribe to bad guys the same way I subscribe to...
April 29, 2013 at 7:32 am
Some additional notes to those that may not know.
TDE is available only in SQL 2008 and above, and only in the Enterprise Edition.
Column-level encryption is available in SQL 2005 and...
April 24, 2013 at 9:57 am
I've only created one database with column-level encryption for a live database so far, but I have done it by putting all code to decrypt and encrypt in stored procedures....
April 24, 2013 at 9:52 am
You are doing fine. It is definitely a learning process. I'm certainly learning. I don't do it everyday, so I'm definitely not a guru.
The user would use...
April 10, 2013 at 10:00 am
Creation of an actual account named SA is unnecessary. What I meant was to find out if your Windows Authenticated login to the database server was assigned sysadmin fixed...
April 9, 2013 at 8:50 am
Confirm that you are at the proper website address.
User:
http://<servername>:80/ReportServer
Admin:
http://<servername>:80/Reports
Use the Admin one to set up permissions.
Do you see the "New Folder", "New Data Source", "Upload File"...
April 8, 2013 at 1:57 pm
Oops.. As far as permissions, I put it in a SPROC and set the WITH EXECUTE AS OWNER clause to the CREATE PROCEDURE statement and made the owner dbo.
Then gave...
April 5, 2013 at 2:33 pm
I had to do this just recently. Here is what I used to get a list of users and all the roles they belong to. They are listed...
April 5, 2013 at 2:30 pm
I can hopefully answer the first one. As long as you have the proper data provider installed on the server, you should be able to connect to any Oracle...
April 4, 2013 at 1:24 pm
Glad I could help. Please let us know how it works.
April 1, 2013 at 2:27 pm
Just to clarify:
This means that the users accessing the URL must have permissions on the server
This means that they have URL access through SSRS permissions for the main page,...
April 1, 2013 at 1:43 pm
One thing to keep in mind is that SSRS report access is Windows Authentication only. This means that the users accessing the URL must have permissions on the server...
April 1, 2013 at 1:41 pm
Viewing 15 posts - 1 through 15 (of 190 total)