skip to main
|
skip to sidebar
Pages
Home
About Me
Technical Dreams...
Ads 468x60px
Social Icons
Monday 14 July 2014
how to check the dependencies of an object in SQL Server
Hi All,
This video will demonstrate you how to check the dependencies of an object.
Thx,
RS
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Social Icons
Powered by
Blogger
.
Popular Posts
SSRS : Spliting Values
If we want to split the value in SSRS then we can use the in built split function as follows For example : if we want to split "...
How to return a value from the SQL Stored procedure
Que: How to return a value from the SQL Stored procedure. Ans: With the out parameter we can return the value from the SQL Server. B...
Sorting comma separated values
Hi, Below code will sort the comma separated values. for using this code we need to use fnSplit method. DECLARE @list VARCH...
Calendar In Sql Server Reporting Services.
In SSRS there is no any option by which we can create the calender in the reports but this thing can be done using SQL-Server here I am giv...
Definition and information of sql object
Hi, Below are the three ways by which we can get the definition and information of sql object like view, procedure or function S...
Get Current time zone time in SQL
Hi, Below query will give the time according to time zone DECLARE @TIMZONE VARCHAR ( 6 ) DECLARE @USERTIMZONE VARCHAR ( 50 ) ...
Code formatting in SQL-Server
I have noticed that code formatting is a difficult task for many of us. I found one small plugin notepad++ in order to do the code formatt...
Change select * with Select columns
This is my first video article in this I am showing how to replace select * from will all the columns Thx, RS
SQL-Server: modify, exist in xml
Hi, In sql-server we have modify,exist and delete functions to change the xml data. Below is the example of replacing the xml value wh...
Count number of tables,sps,function or views exist in Database
/* Count Number Of Tables In A Database */ SELECT COUNT(*) AS TABLE_COUNT FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE='BASE TABLE...
Followers
Archive
►
2015
(5)
►
September
(1)
►
August
(1)
►
April
(1)
►
March
(2)
▼
2014
(18)
►
December
(1)
►
November
(1)
►
September
(2)
▼
July
(2)
How to Identify port number of SQL server
how to check the dependencies of an object in SQL ...
►
May
(5)
►
March
(1)
►
February
(3)
►
January
(3)
►
2013
(15)
►
December
(1)
►
November
(1)
►
October
(1)
►
June
(1)
►
May
(1)
►
March
(1)
►
February
(2)
►
January
(7)
►
2012
(40)
►
December
(6)
►
November
(2)
►
October
(8)
►
September
(4)
►
May
(6)
►
April
(5)
►
March
(5)
►
February
(3)
►
January
(1)
►
2011
(27)
►
December
(4)
►
November
(15)
►
October
(8)
Search
No comments:
Post a Comment