Syndicate

OUTPUT command in MSSQL 2005
Written by Stanislav Duben   
Wednesday, 29 August 2007
OUTPUT Command in MSSQL 2005In MSSQL 2005 is new T-SQL command OUTPUT, that was used only as output parameters in previous MSSQL version. Now you can use it in T-SQL commands to make data changes and see results by one command without using Triggers.






Tag it:
Delicious
Digg
YahooMyWeb
Technorati
 
Search text in Triggers and Store Prodedures
Written by Stanislav Duben   
Friday, 24 August 2007
Search text in store procedures and triggersIf you want search text not only in name of triggers and store procedures, using search object in query analyzer is not enough and in MS SQL 2005 there isn't any search object function. So you need other way how to do it.

Tag it:
Delicious
Digg
YahooMyWeb
Technorati
 
Object search in MSSQL 2005
Written by Stanislav Duben   
Friday, 20 July 2007
Object search in MSSQL 2005In query analyzer for Microsoft SQL 2000 you can search objects easily, just open Query Analyzer and press F4. In Microsoft SQL Server Management Studio for SQL 2005, this search functionality has been removed. (Microsoft said that nobody uses this function so it's useless), no comment for this reason. We need this functionality, so how to do it?
Tag it:
Delicious
Digg
YahooMyWeb
Technorati
 
Convert online CSV to SQL query
Written by Stanislav Duben   
Friday, 20 July 2007
Sample ImageHere is simple online convertor from CSV to SQL. You just insert CSV data to text area and table name. Script will generate SQL insert query for all records from CSV.
Tag it:
Delicious
Digg
YahooMyWeb
Technorati
 
How to make LIMIT (from, to) in MSSQL 2005
Written by Stanislav Duben   
Friday, 20 July 2007

Sample ImageLots of developers complain, that Microsoft SQL hasn't something similar to LIMIT(from, to) as MySQL has. In past time there was a solution by SELECT TOP n and inserted SELECT TOP n- With new T-SQL commands in Miscrosoft SQL Server 2005  is situation simpler.

 

  

Tag it:
Delicious
Digg
YahooMyWeb
Technorati
 
<< Start < Prev 1 2 Next > End >>

Results 7 - 11 of 11