Viewing 15 posts - 1,861 through 1,875 (of 2,387 total)
tigersbh,
Can you copy and paste the error messages from QA after your execute the sp_attach_db statement?
May 8, 2003 at 7:04 am
SQL Scan runs on Windows 2000 or higher and can identify instances of SQL Server 2000 and MSDE 2000 running on Windows NT 4.0, Windows 2000, or Windows XP (Professional)....
May 8, 2003 at 6:53 am
You may encounter problem when try to backup the SQL Server databases that are being used. In order to backup open files like databases, you need OFM (open file manager)...
May 7, 2003 at 2:38 pm
Example from BOL.
B. Use FETCH to store values in variables
This example is similar to the last example, except the output of the FETCH statements is stored in local variables rather...
May 7, 2003 at 10:11 am
Each variable in the list, from left to right, is associated with the corresponding column in the cursor result set. The number of variables must match the number of columns...
May 7, 2003 at 9:59 am
See example in the link below.
http://www.asp.net/Tutorials/quickstart.aspx and click 'Server-Side Data Access' on left panel.
Edited by - Allen_Cui on 05/07/2003 09:34:37 AM
May 7, 2003 at 9:32 am
Read this KB articles.
http://support.microsoft.com/default.aspx?scid=kb;en-us;316989
http://support.microsoft.com/default.aspx?scid=kb;en-us;815154
Edited by - Allen_Cui on 05/07/2003 08:05:49 AM
May 7, 2003 at 8:05 am
Try this.
select spid, hostname, program_name, nt_domain, loginame from sysprocesses
May 7, 2003 at 7:48 am
Create the procedure with prefix 'sp_'. For example, sp_new_spaceused.
May 6, 2003 at 2:49 pm
Profiler your database for quite period time and feed the result into Index Tuning Wizard to identify the columns that need to be indexed. And then inentify the long run...
May 6, 2003 at 12:23 pm
quote:
I am using SQL Server 2000. So I should able to drop the columns in this case, isn't it?
May 6, 2003 at 12:04 pm
Have you have chance to test your partitioned views in SQL Server with enterprise edition installed? Can you post your scripts with some sample data here?
May 6, 2003 at 11:50 am
In terms of hardware support, Standard edition supports up to 4 CPUs and 2GB memory while Enterprise supports up to 8 CPUS and 64GB memory.
May 6, 2003 at 11:45 am
Viewing 15 posts - 1,861 through 1,875 (of 2,387 total)