Access 2000 to SQL server [0 replies] microsoft.public.sqlserver.server, Sunday, January 29, 2006
Hi everyones,
Is there an 'easy' way to migrate an Access 2000 db to SQL Server 2000
or 2005?
thank you
serge
SQL 2005 [6 replies] microsoft.public.sqlserver.server, Sunday, January 29, 2006
I receive this error everytime I restart the server and have no clue what it
means.
Event Type: Error
Event Source: MSSQLSERVER
Event Category: (2)
Event ID: 8355
Date: 1/28/2006
Tim...
How to copy object between SqlServer 2005 [1 reply] microsoft.public.sqlserver.server, Friday, January 27, 2006
How to copy objects like View or Tables from on SqlServer 2005 to another?
How to access SQL Server 2000 Jobs in 2005? [0 replies] microsoft.public.sqlserver.server, Sunday, January 29, 2006
How can I view/manage SQL Server 2000 jobs in SQL Server 2005?
I just installed Microsoft SQL Server Management Studio 2005 and after
registering a SQL Server 2000 instance I tried to acces...
Can not connect remote SqlServer [0 replies] microsoft.public.sqlserver.server, Friday, January 27, 2006
I can not connect a SqlServer (version 2005) in remote.
I have checked there are no firewall problems, and the server have been set
to allow remote connection.
How can I do?
Supported TDS versions in SQL 2005 [1 reply] microsoft.public.sqlserver.server, Sunday, January 29, 2006
Hello all!
I'm migrating from SQL 2000 to SQL 20005 and everything works OK, but I need
to connect to SQL also from Linux machines and I use FreeTDS for that.
It works great with SQL 2000...
cannot connect to SQL databse [0 replies] microsoft.public.sqlserver.server, Sunday, January 29, 2006
Hello,
After installing windows update on win2000 professional, the SQL agent
/ enterprise manager connot connect to any of the databses i have in my
organization.
What can i do to solv...
Example of binary data type in SQL Server [5 replies] microsoft.public.sqlserver.server, Saturday, January 28, 2006
There are two datatypes for storing binary data type in the SQL Server:
1. binary - for fixed length binary data
2. varbinary - for variable length data
My question is: how is data inser...
Remove Non alphanumeric [2 replies] microsoft.public.sqlserver.server, Saturday, January 28, 2006
Hi there,
I was wondering if there is a way for me to remove non alpha numeric
characters from a String field in SQL?
Thanks,
Hat
compressed and encrypted SQL Server backups [2 replies] microsoft.public.sqlserver.server, Saturday, January 28, 2006
hi,
does anyone can tell me some program that creates compressed and encrypted
SQL Server backups other than SQL LiteSpeed?
thanks in advanced!
Beth
One large database or a few smaller databases? [6 replies] microsoft.public.sqlserver.server, Saturday, January 28, 2006
Does it make sense to break up data into a few smaller (identical)
databases to keep from having hundreds of millions of rows in a few
tables in one single database?
I ask because I've got...
Asking for a little help with sql 2000 [1 reply] microsoft.public.sqlserver.server, Saturday, January 28, 2006
I am an Lan admin, in a bind on this Saturday..I'm going independant, but
fairly green with MS Sql. But I can muddle around as needed though. Here's my
problem and proposed solution. Can ...
...unable to begin a distributed transaction [1 reply] microsoft.public.sqlserver.server, Saturday, January 28, 2006
I have two SQL Server 2003 servers with SQL Express 2005 installed. The
servers are not on the same network (and not on a VPN), so they are
communicating across the Internet. On both server...
Deploying a database to multiple servers - smooth sailing? [0 replies] microsoft.public.sqlserver.server, Saturday, January 28, 2006
Hello,
I need to copy a database to multiple servers, all of this using SQL Server
2000. -- this will enable the testing of an application with identical
databases. I'm concerned here ...
sp_attach_db master not working [1 reply] microsoft.public.sqlserver.server, Saturday, January 28, 2006
Hi All,
I am creating a replica of the data warehouse server. I tried to
restore master database by logging in single user mode but that did not
work and gave me an error saying
"The ba...
How do i block SQL browse list? [3 replies] microsoft.public.sqlserver.server, Friday, January 27, 2006
Hi,
I have a Windows 2003 Terminal Server running a 3rd party app that stores
data on another 2k3 server running SQL 2000 SP4.
When regional sites log into the terminal server they need t...
SQL Sever 2005 install error [2 replies] microsoft.public.sqlserver.server, Friday, January 27, 2006
When installing SQL 2005 i received this error message:
SQL Server Setup has determined that the following account properties are
not specified: 'RSACCOUNT' . The properties specify the s...
Backup [5 replies] microsoft.public.sqlserver.server, Friday, January 27, 2006
Is there any way by which I can get the database which I had created
from the Registry? Due to a sudden power failure, the MSSQL7 directory
under the C:\ drive got deleted. I had the DB backu...
A database file is demaged, no backup, anyway to fix it? [1 reply] microsoft.public.sqlserver.server, Saturday, January 28, 2006
A database file (*.mdf) is demaged, no backup, anyway to fix it?
--frank, using sql2000
Help interpreting DBCC CHECKDB output [1 reply] microsoft.public.sqlserver.server, Friday, January 27, 2006
I ran DBCC CHECKDB on a database that has corruption. I don't
understand which tables it is telling me have problems. I ran:
DBCC CHECKDB ( 'qamain1' , NOINDEX ) WITH ALL_ERRORMSGS
Here'...
|