N a g a s a i

Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.

Tuesday, August 20, 2013

TSQL: DateTime in different formats

›
Here is how you can convert get date in different formats SELECT GETDATE() AS GetDate, CONVERT ( VARCHAR ,GETDATE(),0) AS '0' , C...
Thursday, July 25, 2013

Find all Stored Procedures depending on a Table in Database

›
We can use sp_depends , sp_depends displays information about database object dependencies, such as the views and procedures that depend on ...

Save results with headers in SQL Server Management Studio

›
I am working a lot with excel and CSVs for my SSIS packages these days. so I need to some input files as CSV files from SQL Server. Here is ...

Getting all Triggers in a Database

›
Some times you might want to know what are the triggers available across your database. Here is how you can know by using the below query. ...
Thursday, July 18, 2013

64 అర్ట్స్– (aravai naalugu kaLalu)

›
It is believed that lord Krishna possesses 64 kinds of arts called "Chausath Kalas".  Kala means performing an art.  Here are the ...
‹
›
Home
View web version
Powered by Blogger.