Welcome To Snipplr


Everyone's Recent SQL Snippets Tagged sql



1 ... 5 6 7 8 9 ... 12
0 1646 posted 14 years ago by iroybot
0 1620 posted 14 years ago by BFTrick
1 1099 posted 14 years ago by samwa
Per cambiare il tipo di dato in una colonna devo fare un giretto...
0 1138 posted 14 years ago by tuffo19
You can use TSQL to Count Number Of Stored Procedures, Views, Tables or Functions in a Database by using the Database INFORMATION_SCHEMA view
0 6297 posted 14 years ago by Mithun
0 1171 posted 14 years ago by hairajeshk
0 1175 posted 14 years ago by kashif21
0 1119 posted 14 years ago by kashif21
this will delete where uniqueField is greater
1 1410 posted 14 years ago by samwa
1 1428 posted 14 years ago by samwa
Find duplicate records regarding a certain field.
0 1026 posted 14 years ago by marvin9000
1 1322 posted 14 years ago by samwa
Similar to "FIND_IN_SET" from MySQL.
0 1394 posted 14 years ago by dotNetkow
(Grabs all info that matches both tables)
0 977 posted 14 years ago by staley412
0 1124 posted 14 years ago by scholli
This trigger returns a resultset that includes last inserted record's guid info (uniqueidentifier) If your column is uniqueidentifier and its default value is newid() , you can't get last record id (guid) with @@identity . So, I write a trigger...
1 1094 posted 14 years ago by emregulcan
You can see details on http://msdn.microsoft.com/en-us/library/ms178592.aspx , but I try to explain how you throw error with "uniqueidentifier" type parameters. I convert uniqueidentifier to string (nvarchar(50)) and set a variable. "%s" is equal...
0 2156 posted 14 years ago by emregulcan
My Drop Column.sql This template drops a columns of the table.
0 1067 posted 14 years ago by edwinet
My Add Column Varchar.sql This template adds a new varchar column to the table.
0 1201 posted 14 years ago by edwinet
Field1 + Field2 + Field3 should create 1 entry for each unique row in the DB. In an employee table, this would be FirstName + LastName + EmployeeNumber
1 1216 posted 14 years ago by ezerick
1 1158 posted 15 years ago by samwa
Search SQL Server field names and stored procedure text, based on a keyword.
1 1597 posted 15 years ago by axs221
Today I need Trim() function in sql, but in Sql 2005 there is no function. Because of that I wrote this user (scalar) fuction. It's very basic; -First; it's Right Trim (RTrim()) string - And then Left Trim (LTrim())
0 1018 posted 15 years ago by emregulcan
Used the first sql statement to find your menu item. (Replace menu-% with the name of your menu eg. "primary-links" . Then using the menu item id fix the items you want to regain the good old delete button on the menu item.
0 2581 posted 15 years ago by Onfire60
Get table schema with columns via sql.
0 1179 posted 15 years ago by djmornyc
1 1281 posted 15 years ago by samwa
1 1572 posted 15 years ago by samwa
1 ... 5 6 7 8 9 ... 12