There would appear to be many different types of methods to move database servers for the MOSS Databases. the steps below have worked well for me: Build new SQL Server (4xCPU and 4GB RAM) or
Continue ReadingTag: SQL
ASP SQL Nested Loop doing the Loop
Nesting the loop, Important thing to note make sure that you use recordset <%@ LANGUAGE=”VBSCRIPT” %> <% response.cachecontrol = “Public” %> <%Response.Buffer = False%> <HTML> <HEAD> <TITLE>Title</TITLE> </HEAD> <% Set conn= Server.CreateObject(“ADODB.Connection”) conn.ConnectionTimeout =
Continue Reading