SQL Master
Pages
(Move to ...)
Home
About Me
▼
Saturday, December 27, 2008
Removing Time from DateTime column in Sql Server 2005
›
Well this is most common question I answered many times on Sql Server MSDN forums. How to remove Time from Datetime column in Sql Server 200...
1 comment:
Linked Server With DBF Files
›
In my previous post I wrote about Linked Server with Excel. Now we will see how to create a linked server for DBF files. That is accessing ...
2 comments:
Sunday, December 21, 2008
How To Enable Xp_CmdShell in Sql Server?
›
Today I will show you how to enable the Xp_CmdShell extended stored procedure in Sql Server 2005 and 2008. Well normal error message you...
7 comments:
How to configure SQL Server 2005 to allow remote connections
›
By default, SQL Server 2005 does not allow remote connections. To configure SQL Server 2005 to allow remote connections, we need to follow t...
Monday, December 8, 2008
Check Constraint to allow alphabets only in Sql Server
›
How to create a check constraint to allow alphabets i.e. A-Z characters only or alphabets + numbers with no special characters in Sql Server...
9 comments:
‹
›
Home
View web version