Posts Tagged ‘sql 2005’

Script to Retrieve Security Information SQL Server 2005 and above

Written by VidhyaSagar. Posted in Scripts

In my working environment I’ve asked to write a script to find security information which should return Server Logins, Database Logins and object level permissions. I’ve written that and I’m sharing this to you since this could be helpful to you.

VN:F [1.9.20_1166]
Rating: 5.0/5 (6 votes cast)
VN:F [1.9.20_1166]
Rating: +4 (from 4 votes)

Installing SQL Server Reporting Service

Written by VidhyaSagar. Posted in DBA, Reporting Services

Microsoft SQL Server Reporting Services enables organizations to transform valuable enterprise data into shared information for insightful, timely decisions at a lower total cost of ownership. In this article Im going to install SQL Server 2005 Reporting Services on Windows 2003 machine. Lets discuss about installation of reporting services.

VN:F [1.9.20_1166]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

SQL Server 2005 Full Text Search

Written by Deepak. Posted in DBA

We had a requirement where the user had to do a search on Overview/description field which had nvarchar (max) data type. Full text search can be used for searching against the LOB data types like nvarchar (max), text and BLOB data types like varbinary (max) and image data type. Please note that in image and text data type will be deprecated in the future and hence avoid using them.

VN:F [1.9.20_1166]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

Permission List SQL 2005

Written by Sugeshkumar Rajendran. Posted in Scripts

This script gives a detailed information about permission for users in a database. This output lists Object name, Schema name, user name and permission. This is compatible only to SQL 2005.

VN:F [1.9.20_1166]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

Recent Comments

VidhyaSagar

|

You can make use of Cluster.exe utility or powershell.

Cluster.exe sample
cluster group “Cluster Group” /move

Powershell sample
Move-ClusterGroup “Cluster Group”

Ganapathy

|

Vidya,

How to move the Windows cluster from one node to the other node in command line

Senthilsjc

|

Usefull Session. Please Keep it up,,

veeresh

|

Not yet tested might be very good feature..

VidhyaSagar

|

Probably Encryption might be set, so go to reporting server configuration wizard and then click on Encryption tab. Once you are there take a backup of the existing key and then delete it. Now you will be able to point it to new db