remidian.com

play Mount of Olives

remidian is remi visser, oracle dba contractor from the Netherlands you can browse my work related braindumps, read my resume or contact me

home mssql T-SQL

Restore SQL Server database with TSQL

Recently I had troubles restoring a database in my SQL Server 2005 instance (SP3). I used the ‘wizard’ in the SQL Server Enterprise manager but after I got the message ‘restore completed successfully’ the database hung in ‘Restoring’ state, blocking connections. read more →

Control Structures

Control structures syntax; IF THEN ELSE, CASE, WHILE . read more →

cursors in tsql

Cursors in tsql, it can be done … read more →

return variables from dynamic sql – sp_executesql

Returing values into tsql variables from a dynamic sql statement using sp_executesql stored procedure. read more →

environment

Getting around in the mssql environment read more →

Date Time functions

Date time functions (frustrations) in T-SQL. read more →

,