Trying to install SQL server 2000 on windows 2003 Server SP2 I got ntvdm encountered a hard error. Please help
We want to upgrade our SQL Server 2000 to SQL 2005. What should we watch out for and what is the actual procedure for the upgrade? Will it require another server or can the upgrade be done in place?
How to Update one table field with the help of more than one table
consider a recursive query in SQL.How to handle infinite recursion to make the query evaluation optimized?
I need help translating a ruby script to SQL query. I’m a SQL noob. Help please. [em]here is the script.[/em] require “rubygems” require “ruport” SQL = <<-EOS SELECT tv.ApptDate, tv.PatName, tv.PatFirst, tv.PatLast, tv.Phone, tv.ApptTime, tv.Provlast, tv.ProvFirst, tv.ProvTitle, tv.Clinic, tv.Age, tv.Notes FROM ( /* SECOND LEVEL, this brings out cliniccode from the main query so we [...]
How to implement crosstab query
I have installed SQL2005 as default instance on a server that already has 2000 as the default. how can I remove sql2005 safely and reinstall 2005 as a named server.
Can I restore a SQL 2000 backup to my new SQL Server 2005? Will I have to perform any other steps or can I do a simple backup and restore? Windows 2008 Server.
am trying to insert into sql-2000 database my code is: StringBuilder sb=null; sb=new StringBuilders; sb.Append("Insert into dummy(name,amount) values"); foreach(Control ctl in this.FlowLayoutPanel1.Controls) { if( ctls.Name.Contains("tb") && ctl is TextBox) { sb.Append(ctl.Text); } } foreach(Control bbl in this.FlowLayoutPanel1.Controls) { if (bbl.Name.Contians("bb") && bb is TextBoxe) { sb.Append(bbl.Text); } } SqlCommand cmd=new SqlCommand(sb.ToString(),con); cmd.CommandType=CommandType.Text; cmd.ExecuteNoneQuery(); I don’t [...]
Has anyone ever seen a White Paper on the best way to utilize features of both VMWare and EMC Symmetrix based SANs in a real-time or rapid batch based upgrade from SQL Server 2000/2005 to SQL Server 2008 with minimal downtime for application availability?
What is a linear recursive query in SQL?give me an example.Is there any nonlinear recursive query??
What are the query optimization techniques used in SQL?
HI]] I want to send email alert when aotomatic failover occurs in in Sql-Server 2005/2000. Specs: Active/Active NO DR solutions
Where to start … On 6/2 we lost a major system that we found relies on a database that hasn’t been backed up since 5/7. We lost 3 of 4 HDD in a RAID5 array. We sent the drives to a recovery firm and they have recovered all of the data. However, the timestamp on [...]
Is it possible to run SQL Server 2000 on a VM on a workstation? If so, anything special to consider?
What is the process to upgrade a database from 2000 to 2008?
how this data type GMToffset will work.?? can you please help me in that where the offset is a feild in the table & GMToffset is its data type exist in sql server 2000 or it is derived ?? why we use GMT instead of local time?? Is this data type x
We have a server in which Windows 2003 is installed and we have created users in the domain (e.g. – aaa). The server is installed with SQL Server 2000 and data is stored in the database. The user name for the server is “administrator.” When we login from the user computer with the same name [...]
I have an Optimisation job on my SQL platform (2000), which continually fails. I suspect the cause in that this job overlaps another, but without going through each job and checking the schedules I can’t be sure. The number jobs I have makes this an onerous task. Is there a way to query the database [...]
i have a new mdf and ldf file created in sql server 2000.how could i attach these to sql server 2005 enterprise edition?i tried it by right click the database and select attach.but it shows an error when click the add button in database dialogue box.





