SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Thursday, December 1, 2011
Insert into Table with Default Values only
›
Sometimes we may need to insert a row into Table with Default Values and don't want to provide column list. Use below Query: INSERT I...
Wednesday, November 30, 2011
Pause or Resume a Database Mirroring Session
›
We can pause and resume any Database Mirroring any time. Pausing mirroring preserves the mirroring state. Sometime pausing is very useful...
Tuesday, November 29, 2011
Number to Word Function
›
CREATE FUNCTION NumToWords_Ver2(@num numeric) RETURNS varchar(1000) AS BEGIN DECLARE @cNum varchar(20) SET @cNum = @num DECLARE @le...
Monday, November 28, 2011
Not associated with a trusted SQL Server connection
›
When you're setting up a new MS-SQL connection, you might get the following error: Not associated with a trusted SQL Server connection...
Saturday, November 26, 2011
Errors after Running DBCC Checkdb Command
›
In an MSSQL corruption problem, you might see error messages after running DBCC Checkdb command. Such situations render MDF files inaccessi...
‹
›
Home
View web version