<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3010516611307266918</id><updated>2011-11-27T15:33:33.591-08:00</updated><category term='asp'/><category term='migrate'/><category term='sql'/><category term='service pack'/><category term='howto'/><title type='text'>How To SQL</title><subtitle type='html'>How To SQL, statements, queries, procedures, database</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://howtosql.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://howtosql.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Administrador</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3010516611307266918.post-1045060315761079983</id><published>2007-06-26T06:47:00.001-07:00</published><updated>2007-06-26T06:47:30.329-07:00</updated><title type='text'>How to troubleshoot SQL Server error 8645</title><content type='html'>&lt;DIV&gt; &lt;H2 class=subTitle id=tocHeadRef&gt;&lt;FONT face=Verdana size=2&gt;SUMMARY&lt;/FONT&gt;&lt;/H2&gt; &lt;SCRIPT type=text/javascript&gt;loadTOCNode(1, 'summary');&lt;/SCRIPT&gt;  &lt;DIV class=sbody&gt;&lt;FONT face=Verdana size=2&gt;This step-by-step article describes  how to troubleshoot SQL Server error 8645. You may receive the error 8645 when  there is a high server workload or when the servers are experiencing high memory  pressure.&lt;/FONT&gt;&lt;/DIV&gt; &lt;DIV class=sbody&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV class=sbody&gt; &lt;H3 id=tocHeadRef&gt;&lt;FONT face=Verdana size=2&gt;Symptoms&lt;/FONT&gt;&lt;/H3&gt; &lt;SCRIPT type=text/javascript&gt;loadTOCNode(2, 'summary');&lt;/SCRIPT&gt; &lt;FONT face=Verdana size=2&gt;You may see the following 8645 error sporadically:  &lt;/FONT&gt; &lt;DIV class=errormsg&gt;&lt;FONT face=Verdana size=2&gt;Error 8645: A time out occurred  while waiting for memory resources to execute the query. Re-run the query.  &lt;/FONT&gt;&lt;/DIV&gt;&lt;BR&gt;&lt;FONT face=Verdana size=2&gt;Additionally, you may also see one or  more of the following symptoms: &lt;/FONT&gt; &lt;TABLE class="list ul"&gt;   &lt;TBODY&gt;   &lt;TR&gt;     &lt;TD class=bullet&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&lt;/TD&gt;     &lt;TD class=text&gt;&lt;FONT face=Verdana size=2&gt;When new users try to connect to        SQL Server, they receive a "login failed" error message.&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;   &lt;TR&gt;     &lt;TD class=bullet&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&lt;/TD&gt;     &lt;TD class=text&gt;&lt;FONT face=Verdana size=2&gt;Users are disconnected and they        receive various error messages.&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;   &lt;TR&gt;     &lt;TD class=bullet&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&lt;/TD&gt;     &lt;TD class=text&gt;&lt;FONT face=Verdana size=2&gt;CPU usage is very high on the        server.&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;   &lt;TR&gt;     &lt;TD class=bullet&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&lt;/TD&gt;     &lt;TD class=text&gt;&lt;FONT face=Verdana size=2&gt;When you run  &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt; &lt;DIV&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt; &lt;H3 id=tocHeadRef&gt;&lt;SPAN&gt;&lt;A id=#3&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana  size=2&gt;Causes&lt;/FONT&gt;&lt;/H3&gt; &lt;SCRIPT type=text/javascript&gt;loadTOCNode(2, 'summary');&lt;/SCRIPT&gt; &lt;FONT face=Verdana size=2&gt;The error message 8645 is raised when memory-intensive  queries, such as those involving sorting and hashing, are queued and are unable  to obtain the requested memory before a time-out period. SQL Server waits for  memory for a length of time that is based on the &lt;B&gt;query wait&lt;/B&gt; configuration  value. By default, the &lt;B&gt;query wait&lt;/B&gt; value is set to -1, which means SQL  Server waits for 25 times the estimated cost of the query. If you modify the  &lt;B&gt;query wait&lt;/B&gt; value to a non-negative number, SQL Server waits for the  number of seconds that you specify in the value of the &lt;B&gt;query wait&lt;/B&gt;  option.&lt;/FONT&gt;&lt;/DIV&gt; &lt;DIV&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;How To SQL, statements, queries, procedures, database&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3010516611307266918-1045060315761079983?l=howtosql.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtosql.blogspot.com/feeds/1045060315761079983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3010516611307266918&amp;postID=1045060315761079983' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/1045060315761079983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/1045060315761079983'/><link rel='alternate' type='text/html' href='http://howtosql.blogspot.com/2007/06/how-to-troubleshoot-sql-server-error.html' title='How to troubleshoot SQL Server error 8645'/><author><name>Administrador</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3010516611307266918.post-8325619595281931307</id><published>2007-06-19T11:15:00.000-07:00</published><updated>2007-06-19T11:16:02.441-07:00</updated><title type='text'>HOW TO: Store and Retrieve an Image File with SQL Server CE and eVB</title><content type='html'>&lt;DIV&gt; &lt;H2 class=subTitle id=tocHeadRef&gt;&lt;FONT face=Verdana size=2&gt;SUMMARY&lt;/FONT&gt;&lt;/H2&gt; &lt;SCRIPT type=text/javascript&gt;loadTOCNode(1, 'summary');&lt;/SCRIPT&gt;  &lt;DIV class=sbody&gt;&lt;FONT face=Verdana size=2&gt;This step-by-step article describes  how to store an image file to a Microsoft SQL Server 2000 Windows CE Edition  (SQL Server CE) database and how to retrieve the stored image from the database  and reconstruct the image file. This article uses Microsoft Embedded Visual  Basic as the development platform.&lt;BR&gt;&lt;BR&gt;The sections that follow describe how  to create an Embedded Visual Basic application that uses two command buttons.  One command button stores a .jpg file to a SQL Server CE database. The second  command button is for reconstructing the .jpg file from the image data stored in  the SQL Server CE database.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;How To SQL, statements, queries, procedures, database&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3010516611307266918-8325619595281931307?l=howtosql.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtosql.blogspot.com/feeds/8325619595281931307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3010516611307266918&amp;postID=8325619595281931307' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/8325619595281931307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/8325619595281931307'/><link rel='alternate' type='text/html' href='http://howtosql.blogspot.com/2007/06/how-to-store-and-retrieve-image-file.html' title='HOW TO: Store and Retrieve an Image File with SQL Server CE and eVB'/><author><name>Administrador</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3010516611307266918.post-4178375262452570837</id><published>2007-06-13T05:28:00.001-07:00</published><updated>2007-06-13T05:28:50.609-07:00</updated><title type='text'>How to connect to an Oracle database by using ASP and ADO</title><content type='html'>&lt;DIV&gt;&lt;FONT face=Tahoma size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt; &lt;DIV&gt;&lt;FONT size=1&gt;&lt;SPAN lang=FR  style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: FR; mso-fareast-language: ES; mso-bidi-language: AR-SA"&gt;&lt;SPAN  lang=FR  style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: FR; mso-fareast-language: ES; mso-bidi-language: AR-SA"&gt; &lt;H2 class=subTitle id=tocHeadRef&gt;&lt;FONT size=2&gt;INTRODUCTION&lt;/FONT&gt;&lt;/H2&gt; &lt;SCRIPT type=text/javascript&gt;loadTOCNode(1, 'summary');&lt;/SCRIPT&gt;  &lt;DIV class=sbody&gt;&lt;FONT size=2&gt;This article discusses how to connect to an Oracle  database by using a Microsoft Active Server Pages (ASP) page and Microsoft  ActiveX Data Objects (ADO).&lt;/FONT&gt;&lt;/DIV&gt; &lt;DIV class=sbody&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV class=sbody&gt; &lt;H2 class=subTitle id=tocHeadRef&gt;&lt;FONT size=2&gt;&lt;SPAN  class=303092112-13062007&gt;M&lt;/SPAN&gt;ORE INFORMATION&lt;/FONT&gt;&lt;/H2&gt; &lt;SCRIPT type=text/javascript&gt;loadTOCNode(1, 'moreinformation');&lt;/SCRIPT&gt;  &lt;DIV class=sbody&gt;&lt;FONT size=2&gt;To connect to an Oracle database, you can create  an ASP page that contains the following code.&lt;/FONT&gt;&lt;/DIV&gt; &lt;DIV class=sbody&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV class=sbody&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt; &lt;/FONT&gt;&lt;/DIV&gt; &lt;DIV class=sbody&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV class=sbody&gt;&lt;FONT size=2&gt;Make sure that the connect string has a valid user  ID and password and that the SQL statement references a valid  table.&lt;/FONT&gt;&lt;/DIV&gt; &lt;DIV class=sbody&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV class=sbody&gt;&amp;lt;%@ Language=VBScript %&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;  &amp;lt;html&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Oracle  Test&amp;lt;/title&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;  &amp;lt;body&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;center&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;  &amp;lt;%&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objConn =  Server.CreateObject("ADODB.Connection")&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objConn.Open  "Provider=MSDAORA;Data Source=&amp;lt;Your_TNSNames_Alias&amp;gt;;User  Id=&amp;lt;userid&amp;gt;;Password=&amp;lt;password&amp;gt;;"&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  Set objRs = objConn.Execute("SELECT * FROM  DEMO.EMPLOYEE")&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write "&amp;lt;table  border=1 cellpadding=4&amp;gt;"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write  "&amp;lt;tr&amp;gt;"&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For I = 0 To objRS.Fields.Count -  1&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write "&amp;lt;td&amp;gt;&amp;lt;b&amp;gt;"  &amp;amp; objRS(I).Name &amp;amp; "&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  Next&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write  "&amp;lt;/tr&amp;gt;"&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do While Not  objRS.EOF&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write  "&amp;lt;tr&amp;gt;"&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For I = 0 To  objRS.Fields.Count - 1&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  Response.Write "&amp;lt;td&amp;gt;" &amp;amp; objRS(I) &amp;amp;  "&amp;lt;/td&amp;gt;"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  Next&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write  "&amp;lt;/tr&amp;gt;"&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  objRS.MoveNext&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Loop&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  Response.Write "&amp;lt;/table&amp;gt;"&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  objRs.Close&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objConn.Close&lt;BR&gt;&amp;nbsp;&amp;nbsp;  %&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/center&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;  &amp;lt;/body&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/html&amp;gt;&lt;/DIV&gt; &lt;DIV class=sbody&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV class=sbody&gt; &lt;H5&gt;APPLIES TO&lt;/H5&gt; &lt;TABLE class=list&gt;   &lt;TBODY&gt;   &lt;TR&gt;     &lt;TD class=bullet&gt;&lt;SPAN class=303092112-13062007&gt;&lt;FONT        size=2&gt;-&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/TD&gt;     &lt;TD class=text&gt;&lt;FONT size=2&gt;Microsoft Active Server Pages 4.0&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;   &lt;TR&gt;     &lt;TD class=bullet&gt;&lt;SPAN class=303092112-13062007&gt;&lt;FONT        size=2&gt;-&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/TD&gt;     &lt;TD class=text&gt;&lt;FONT size=2&gt;Microsoft Internet Information Services        6.0&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;   &lt;TR&gt;     &lt;TD class=bullet&gt;&lt;SPAN class=303092112-13062007&gt;&lt;FONT        size=2&gt;-&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/TD&gt;     &lt;TD class=text&gt;&lt;FONT size=2&gt;Microsoft Data Access Components    2.8&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;How To SQL, statements, queries, procedures, database&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3010516611307266918-4178375262452570837?l=howtosql.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtosql.blogspot.com/feeds/4178375262452570837/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3010516611307266918&amp;postID=4178375262452570837' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/4178375262452570837'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/4178375262452570837'/><link rel='alternate' type='text/html' href='http://howtosql.blogspot.com/2007/06/how-to-connect-to-oracle-database-by.html' title='How to connect to an Oracle database by using ASP and ADO'/><author><name>Administrador</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3010516611307266918.post-3147646775888905397</id><published>2007-05-14T19:19:00.000-07:00</published><updated>2007-05-14T19:20:23.820-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sql'/><category scheme='http://www.blogger.com/atom/ns#' term='howto'/><category scheme='http://www.blogger.com/atom/ns#' term='asp'/><title type='text'>How To: Connect to SQL Server Using Windows Authentication in ASP.NET 2.0</title><content type='html'>This How To shows you how to connect to SQL Server 2000 using a Windows service account from an ASP.NET version 2.0 application. You should use Windows authentication instead of SQL authentication whenever possible because you avoid storing credentials in connection strings and you avoid passing passwords over the network to your database server. You should consider encrypting your connection string to protect server connection details, such as the database server and name. By default, ASP.NET does not impersonate the caller to the database. On Windows Server 2003, you can use the network service account, which has network credentials (machine$), or you can configure an application pool identity. If you configure impersonation to use the original caller, you need to evaluate the scalability of per-user connection pools.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms998292.aspx" target="_new"&gt;View SQL Link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;How To SQL, statements, queries, procedures, database&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3010516611307266918-3147646775888905397?l=howtosql.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtosql.blogspot.com/feeds/3147646775888905397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3010516611307266918&amp;postID=3147646775888905397' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/3147646775888905397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/3147646775888905397'/><link rel='alternate' type='text/html' href='http://howtosql.blogspot.com/2007/05/how-to-connect-to-sql-server-using.html' title='How To: Connect to SQL Server Using Windows Authentication in ASP.NET 2.0'/><author><name>Administrador</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3010516611307266918.post-441944219002438806</id><published>2007-05-14T19:17:00.000-07:00</published><updated>2007-05-14T19:19:15.155-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='migrate'/><category scheme='http://www.blogger.com/atom/ns#' term='howto'/><category scheme='http://www.blogger.com/atom/ns#' term='service pack'/><title type='text'>How to Migrate from Access to SQL Server 2000</title><content type='html'>Microsoft Access developers generally consider a move to Microsoft SQL Server for performance, security, and stability reasons. This process is known as upsizing, and developers will find a number of key differences while migrating from Access to SQL Server.&lt;br /&gt;&lt;br /&gt;SQL Server and Access are similar but have some major differences. They vary in the way that data is stored and indexed, the data types available, and storage capabilities. Microsoft provides the Microsoft Upsizing Wizard to assist in the migration process. It analyzes your Access database and converts your data and database structure into SQL Server format.&lt;br /&gt;&lt;br /&gt;The Microsoft Upsizing Wizard effectively and accurately converts most of your Access database and database objects into SQL Server. However, some features in Access are not supported by SQL Server and vice versa, so it is important that you manually analyze and rectify any potential issues that may arise before, during, and after the migration process. It is also crucial that after conversion, the resulting database manually be inspected to ensure all tables, data, and relationships were correctly migrated.&lt;br /&gt;&lt;br /&gt;This paper details:&lt;br /&gt;&lt;br /&gt;• What the Upsizing Wizard does&lt;br /&gt; &lt;br /&gt;• Preparing your Access database for migration&lt;br /&gt; &lt;br /&gt;• Running the Upsizing Wizard&lt;br /&gt; &lt;br /&gt;• What to do after upsizing your database&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;This paper does not cover reasons to upgrade to SQL Server from Access. More information about this can be found in the Microsoft white paper, "What's New and Different When Moving Your Back End from Access to SQL Server 2000."&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/accessmigration.mspx&lt;br /&gt;" target="_new"&gt;View SQL Link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;How To SQL, statements, queries, procedures, database&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3010516611307266918-441944219002438806?l=howtosql.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtosql.blogspot.com/feeds/441944219002438806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3010516611307266918&amp;postID=441944219002438806' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/441944219002438806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/441944219002438806'/><link rel='alternate' type='text/html' href='http://howtosql.blogspot.com/2007/05/how-to-migrate-from-access-to-sql.html' title='How to Migrate from Access to SQL Server 2000'/><author><name>Administrador</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3010516611307266918.post-927881199576210066</id><published>2007-05-14T19:16:00.000-07:00</published><updated>2007-05-14T19:17:31.855-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sql'/><category scheme='http://www.blogger.com/atom/ns#' term='howto'/><category scheme='http://www.blogger.com/atom/ns#' term='service pack'/><title type='text'>How to obtain the latest SQL Server 2000 service pack</title><content type='html'>How to obtain the latest SQL Server 2000 service pack&lt;br /&gt;&lt;br /&gt;SUMMARY&lt;br /&gt;Microsoft distributes bug fixes in service packs. Service packs keep a product current. Service packs include updates and may include system administration tools, drivers, and additional components, which are conveniently bundled for easy downloading. Service packs are cumulative. Each new service pack contains all the fixes that are in previous service packs, as well as any new fixes. You do not need to install a previous service pack before you install the latest one. For example, you do not need to install SQL Server 2000 Service Pack 1 (SP1) before you install SQL Server 2000 Service Pack 2 (SP2). &lt;br /&gt;&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/290211/en-us" target="_new"&gt;View SQL Link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;How To SQL, statements, queries, procedures, database&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3010516611307266918-927881199576210066?l=howtosql.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtosql.blogspot.com/feeds/927881199576210066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3010516611307266918&amp;postID=927881199576210066' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/927881199576210066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/927881199576210066'/><link rel='alternate' type='text/html' href='http://howtosql.blogspot.com/2007/05/how-to-obtain-latest-sql-server-2000.html' title='How to obtain the latest SQL Server 2000 service pack'/><author><name>Administrador</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3010516611307266918.post-5133460377964157802</id><published>2007-05-14T19:14:00.000-07:00</published><updated>2007-05-14T19:16:36.068-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sql'/><category scheme='http://www.blogger.com/atom/ns#' term='howto'/><title type='text'>How to identify your SQL Server version and edition</title><content type='html'>How to identify your SQL Server version and edition&lt;br /&gt;&lt;br /&gt;SUMMARY&lt;br /&gt;This article describes how to identify your current Microsoft SQL Server version number and the corresponding product or service pack (SP) level. It also describes how to identify the specific edition if you are using Microsoft SQL Server 2000 or Microsoft SQL Server 7.0.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/321185/en-us" target="_new"&gt;View SQL Link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;How To SQL, statements, queries, procedures, database&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3010516611307266918-5133460377964157802?l=howtosql.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtosql.blogspot.com/feeds/5133460377964157802/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3010516611307266918&amp;postID=5133460377964157802' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/5133460377964157802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3010516611307266918/posts/default/5133460377964157802'/><link rel='alternate' type='text/html' href='http://howtosql.blogspot.com/2007/05/how-to-identify-your-sql-server-version.html' title='How to identify your SQL Server version and edition'/><author><name>Administrador</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
