skip to main
|
skip to sidebar
C#.NET ASP.NET Articles
CSHARP Code Examples Samples Tutorials
Home
JAVASCRIPT
Thursday, March 1, 2012
The select permission was denied on the object database schema 'dbo.office'
Use '
Database Name
'
Go
GRANT SELECT
ON '
Table Name
'
TO public
GO
For Example:
USE master
GO
GRANT SELECT
ON Office
TO public
GO
0 comments:
Post a Comment
Newer Post »
« Older Post
Subscribe to:
Post Comments (Atom)
Visitors
Tags
Ajax
(4)
asp.net
(38)
Builtin Function
(2)
C#
(13)
File Upload
(2)
Format Date /Time
(2)
Global.asax
(1)
Gridview
(2)
HTTPS Page
(1)
IIS
(2)
Interview Question
(1)
IP Address
(1)
iTextSharp PDF
(2)
Javascript
(5)
JQuerry
(2)
Json
(1)
Linq to sql
(1)
MVC
(1)
Progress bar
(1)
Resource File
(1)
SilverLight
(3)
Slide Show
(1)
sql
(31)
SSRS
(7)
Validation
(2)
WCF
(1)
Web Service
(3)
web.config
(2)
Window Service
(3)
Windows Application
(1)
WPF
(1)
XML
(1)
Search This Blog
Popular Posts
Use of Extern keyword
Use the extern modifier in a method declaration to indicate that the method is implemented externally. A common use of the extern modifier ...
Bind Gridview using Datatable with Add,Edit and Delete Functionality.
DataTable.aspx Page code <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title...
How To use MD5 in asp.Net.
Introduction It s quite simple to use MD5 in asp.Net.its a one type of Encryption Method.It is basically used for high security.because it i...
How to Get List of Columns Name,Data types of Table
Here I am explained you how to get the List of Columns and their datatypes from particular Table using SQL. For Example i have a Table O...
Pivot Table in SQL.
Introduction: Today I am going to show you how to use the Pivot Table in Sql. This Pivot table is mainly used for the...
Returning ID from insert query in C#
Intoduction: I am going to explain how to return the Id after Inserting the data into table. There may be many occassion comes ...
Features of SilverLight.
Silverlight 1.0 : Silverlight 1.0 consists of the core presentation framework, which is responsible for UI, interactivity and user...
how to create Windows Service in c# or windows service sample in c#
Introduction : Here I will explain what windows service is, uses of windows service and how to create windows service in c#. Description : ...
how to resize the textbox height dynamically or how to change or increase the textbox height dynamically based on text using javascript
Introduction: In this Post I will explain how to increase the textbox height dynamically based on text writing into text box. ...
Static and Dynamic web pages
We can broadly classify web sites and web pages into two categories: 1. Static web pages 2. Dynamic web pages Static Web Pages A static web ...
Blogroll
Web Counter
About Me
Unknown
View my complete profile
Followers
Powered by
Blogger
.
Blog Archive
►
2013
(6)
►
April
(1)
►
March
(3)
►
February
(1)
►
January
(1)
▼
2012
(64)
►
December
(3)
►
November
(1)
►
October
(2)
►
September
(3)
►
August
(1)
►
July
(15)
►
June
(4)
►
May
(11)
►
April
(9)
▼
March
(4)
How to Get Parent Url in .Net...
Generate Proxy class of wcf and webservice....
Change Background-color of Div after Clik on LinkB...
The select permission was denied on the object dat...
►
February
(2)
►
January
(9)
►
2011
(36)
►
December
(1)
►
November
(3)
►
October
(2)
►
September
(14)
►
August
(15)
►
July
(1)
0 comments:
Post a Comment