<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sql</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 18 Jun 2013 15:38:59 GMT</pubDate>
<item>
<title>(SQL) Reseting the seed of column identity in sql sever using stored procedures - PalCoder</title>
<link>http://snipplr.com/view/71532/reseting-the-seed-of-column-identity-in-sql-sever-using-stored-procedures/</link>
<description><![CDATA[ <p>using this code in a stored procedure you can reset the seed of the identity column in sql server database</p> ]]></description>
<pubDate>Fri, 14 Jun 2013 23:55:49 GMT</pubDate>
<guid>http://snipplr.com/view/71532/reseting-the-seed-of-column-identity-in-sql-sever-using-stored-procedures/</guid>
</item>
<item>
<title>(SQL) CASE statement to transpose rows in to columns - mprabhuram</title>
<link>http://snipplr.com/view/71497/case-statement-to-transpose-rows-in-to-columns/</link>
<description><![CDATA[ <p>This SQL would help you to transpose a rows into columns in SQL</p> ]]></description>
<pubDate>Thu, 13 Jun 2013 02:45:46 GMT</pubDate>
<guid>http://snipplr.com/view/71497/case-statement-to-transpose-rows-in-to-columns/</guid>
</item>
<item>
<title>(SQL) Cognomi italiani - zitter</title>
<link>http://snipplr.com/view/71484/cognomi-italiani/</link>
<description><![CDATA[ <p>lista cognomi italiani</p> ]]></description>
<pubDate>Wed, 12 Jun 2013 07:11:14 GMT</pubDate>
<guid>http://snipplr.com/view/71484/cognomi-italiani/</guid>
</item>
<item>
<title>(SQL) SQL to list Italian names - zitter</title>
<link>http://snipplr.com/view/71483/sql-to-list-italian-names/</link>
<description><![CDATA[ <p>SQL to list and generate common italian names</p> ]]></description>
<pubDate>Wed, 12 Jun 2013 06:52:39 GMT</pubDate>
<guid>http://snipplr.com/view/71483/sql-to-list-italian-names/</guid>
</item>
<item>
<title>(SQL) numberOfPurchase - dimkalinux</title>
<link>http://snipplr.com/view/71360/numberofpurchase/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 01 Jun 2013 00:30:59 GMT</pubDate>
<guid>http://snipplr.com/view/71360/numberofpurchase/</guid>
</item>
<item>
<title>(SQL) Get Only Time in SQL - keidash</title>
<link>http://snipplr.com/view/71340/get-only-time-in-sql/</link>
<description><![CDATA[ <p>How to get onlye the time in SQL</p> ]]></description>
<pubDate>Thu, 30 May 2013 20:59:04 GMT</pubDate>
<guid>http://snipplr.com/view/71340/get-only-time-in-sql/</guid>
</item>
<item>
<title>(SQL) Oracle Reset a Sequence - geekzspot</title>
<link>http://snipplr.com/view/71302/oracle-reset-a-sequence/</link>
<description><![CDATA[ <p>Without DROP and reCREATEing it so as to preserve any GRANTs perhaps?

We ALTER it to increment by negative its current value to get it to 0</p> ]]></description>
<pubDate>Sat, 25 May 2013 06:46:09 GMT</pubDate>
<guid>http://snipplr.com/view/71302/oracle-reset-a-sequence/</guid>
</item>
<item>
<title>(SQL) Bulk insert/upload microsoft sql server (csv) - dego89</title>
<link>http://snipplr.com/view/71212/bulk-insertupload-microsoft-sql-server-csv/</link>
<description><![CDATA[ <p>Bulk upload a CSV into Microsoft SQL Server</p> ]]></description>
<pubDate>Fri, 17 May 2013 04:03:48 GMT</pubDate>
<guid>http://snipplr.com/view/71212/bulk-insertupload-microsoft-sql-server-csv/</guid>
</item>
<item>
<title>(SQL) Oracle SQL Spool Schema Name in Filename - geekzspot</title>
<link>http://snipplr.com/view/71185/oracle-sql-spool-schema-name-in-filename/</link>
<description><![CDATA[ <p>Capture the name of the current Schema (aka User or Account) as part of the SPOOL Output filename</p> ]]></description>
<pubDate>Wed, 15 May 2013 08:13:30 GMT</pubDate>
<guid>http://snipplr.com/view/71185/oracle-sql-spool-schema-name-in-filename/</guid>
</item>
<item>
<title>(SQL) Oracle Schema DB Stats - geekzspot</title>
<link>http://snipplr.com/view/71181/oracle-schema-db-stats/</link>
<description><![CDATA[ <p>Run DB Stats for your Schema</p> ]]></description>
<pubDate>Wed, 15 May 2013 05:34:45 GMT</pubDate>
<guid>http://snipplr.com/view/71181/oracle-schema-db-stats/</guid>
</item>
<item>
<title>(SQL) Oracle Automatic DB Stats - geekzspot</title>
<link>http://snipplr.com/view/71180/oracle-automatic-db-stats/</link>
<description><![CDATA[ <p>Since Oracle 11g statistics are gathered automatically by default.
You check the status for yourself:</p> ]]></description>
<pubDate>Wed, 15 May 2013 05:32:53 GMT</pubDate>
<guid>http://snipplr.com/view/71180/oracle-automatic-db-stats/</guid>
</item>
<item>
<title>(SQL) Oracle DB Stats - geekzspot</title>
<link>http://snipplr.com/view/71176/oracle-db-stats/</link>
<description><![CDATA[ <p>Run Oracle Database Statistics for the whole database</p> ]]></description>
<pubDate>Wed, 15 May 2013 03:53:11 GMT</pubDate>
<guid>http://snipplr.com/view/71176/oracle-db-stats/</guid>
</item>
<item>
<title>(SQL) Oracle Show my GRANTs and Privileges for an Object - geekzspot</title>
<link>http://snipplr.com/view/71174/oracle-show-my-grants-and-privileges-for-an-object/</link>
<description><![CDATA[ <p>-- See what GRANTs and Privileges I have on an object, such as a Table, View, Sequence, Stored Procedure</p> ]]></description>
<pubDate>Wed, 15 May 2013 02:33:14 GMT</pubDate>
<guid>http://snipplr.com/view/71174/oracle-show-my-grants-and-privileges-for-an-object/</guid>
</item>
<item>
<title>(SQL) Oracle Database Parameters - geekzspot</title>
<link>http://snipplr.com/view/71133/oracle-database-parameters/</link>
<description><![CDATA[ <p>See database settings. Client will override Database.</p> ]]></description>
<pubDate>Sat, 11 May 2013 05:08:56 GMT</pubDate>
<guid>http://snipplr.com/view/71133/oracle-database-parameters/</guid>
</item>
<item>
<title>(SQL) Oracle Client Date Timestamp versus Database Server Date Timestamp - geekzspot</title>
<link>http://snipplr.com/view/71118/oracle-client-date-timestamp-versus-database-server-date-timestamp/</link>
<description><![CDATA[ <p>Maybe your Client ins in one Time Zone, and your Database Server is in an0ther?</p> ]]></description>
<pubDate>Fri, 10 May 2013 08:19:53 GMT</pubDate>
<guid>http://snipplr.com/view/71118/oracle-client-date-timestamp-versus-database-server-date-timestamp/</guid>
</item>
<item>
<title>(SQL) Convert Oracle Timestamp  from one Time Zone to another - geekzspot</title>
<link>http://snipplr.com/view/71116/convert-oracle-timestamp--from-one-time-zone-to-another/</link>
<description><![CDATA[ <p>Convert Oracle TIMESTAMP Column  from one Timezone to another.

Here we convert UTC (aka GMT) to MDT (Mountain Time Zone of North America)</p> ]]></description>
<pubDate>Fri, 10 May 2013 07:21:16 GMT</pubDate>
<guid>http://snipplr.com/view/71116/convert-oracle-timestamp--from-one-time-zone-to-another/</guid>
</item>
<item>
<title>(SQL) Oracle Table Rows - geekzspot</title>
<link>http://snipplr.com/view/71113/oracle-table-rows/</link>
<description><![CDATA[ <p>Get the Number of Rows in all your Tables.

Run DB Stats for more accuracy!</p> ]]></description>
<pubDate>Fri, 10 May 2013 02:23:23 GMT</pubDate>
<guid>http://snipplr.com/view/71113/oracle-table-rows/</guid>
</item>
<item>
<title>(SQL) Show Oracle Parameter value - geekzspot</title>
<link>http://snipplr.com/view/71083/show-oracle-parameter-value/</link>
<description><![CDATA[ <p>Here for example we show the default NLS_LENGTH_SEMNATICS Parameter</p> ]]></description>
<pubDate>Wed, 08 May 2013 02:59:55 GMT</pubDate>
<guid>http://snipplr.com/view/71083/show-oracle-parameter-value/</guid>
</item>
<item>
<title>(SQL) Oracle Change Data Type for all Columns - geekzspot</title>
<link>http://snipplr.com/view/71081/oracle-change-data-type-for-all-columns/</link>
<description><![CDATA[ <p>You might want to change all VARCHARs from BYTE to CHAR?</p> ]]></description>
<pubDate>Wed, 08 May 2013 02:42:05 GMT</pubDate>
<guid>http://snipplr.com/view/71081/oracle-change-data-type-for-all-columns/</guid>
</item>
<item>
<title>(SQL) Oracle change Column Datatype - geekzspot</title>
<link>http://snipplr.com/view/71074/oracle-change-column-datatype/</link>
<description><![CDATA[ <p>Maybe you want to change BYTE to CHAR?
Maybe you want to go BIGGER?</p> ]]></description>
<pubDate>Tue, 07 May 2013 13:06:15 GMT</pubDate>
<guid>http://snipplr.com/view/71074/oracle-change-column-datatype/</guid>
</item>
</channel>
</rss>