Visual J#
Visual Studio
Windows Forms
Visual C++
Windows Live
Architecture
Smart Device
.NET Development
Visual C#
Game Technologies
VS Express Editions
SQL Server
Windows Vista
Microsoft ISV
Visual FoxPro
Software Development Network>> SQL Server>> granting select permission
granting select permission
Hot Topic
Using report parameters in data set
bcp_bind smalldatetime
How to Update or Delete records with a SqlServer Destination
Extracting Cube detailed info
how to modify this sql code
Sql Server 2000 connection problem
what is the meaning of "64(error not found)" in sys.transmission_queue
Is there a function like SUBSTRING but for integers?
DB2 ODBC Connection Problems
Asp.Net not finding the SQLServer for setting up Security problem
SQL Server
HyperLink Column value is not displaying with the blue color?
Poor performance when looping through table columns
New Guy Question 2: SQL on-the-fly at package runtime?
Need to reset page count or use distinct count on new Grouping
SQL Server 2005 Remote Connection
Restore a database
Excel XP - Cannot connect to OLAP 9 - Analysis Services 2005
saving DTS package to sql server
Reporting Services installation
Optimize for Many Tables and Temp files
granting select permission
Hi,
How to grant select permission on table of another database from current database.
Ex: I am in database asddb
I want to grant select permission on table "test" which is in database bsddb.
Can anyone please help me in resolving this problem.
Answer this question
granting select permission
Waii
Please take a look at the GRANT statement in Books Online. You need to switch to the database using USE and run the GRANT statement.
granting select permission
Answer this question
granting select permission
Waii