| Thread | Last Post | Replies |
|
| SELECT FROM Access-table | 13 Jun 2008 03:48 GMT | 2 |
I am looking for a way to select some data from a Access database into my SQL database. In Enterprise manager, I want to do someting like: SELECT InvoiceNo, CID
|
| err : 40 couldn't open a connection to SQL Server - need help | 12 Jun 2008 20:59 GMT | 1 |
Our production is running on Sql Server 2000. It works pretty goods but for the last couple of weeks we are getting the below error! As a fix we just restart the SQL Server service and it just works fine. It has been happening quite often these days. The thing that surprises
|
| 2000 and 2005 | 12 Jun 2008 20:28 GMT | 2 |
I have SQL 2000 and SQL 2005 on my development machine. I used to use Enterprise Manager to work with 2000 databases. Now I have Management Studio which can connect to 2005 servers as well as to 2000 servers. If I open any object (table, SP...) in 2000 database via Management ...
|
| SQL Reinstall | 12 Jun 2008 18:02 GMT | 5 |
I have two active clustered instances and both are running SQL 2005 SP2+CU7. One of our application has confirmed that it can only work with SP2 (no CUs). We have decided to reinstall SQL on one instance, but when I attempt to uninstall this instance via A/R Programs, and after ...
|
| Determine SQL Version | 12 Jun 2008 17:37 GMT | 1 |
I am on SQL 2005. How can I determine what type of SQL 2005 I have (workgroup v/s express v/s standard). I am told that my SQL 2005 is workgroup edition but when I go to the properties of the SQL instance, it shows up as Microsoft SQL Desktop Engine
|
| Can't remove user from role(s) | 12 Jun 2008 16:12 GMT | 1 |
Back in February, I had a problem removing a user from a role and ended up deleting and re-creating the user. Now, on another server in a different environment, I am having the same problem.
|
| Noob question | 12 Jun 2008 15:38 GMT | 3 |
I have a 2005 db in full recovery mode. The db is 6 gigs in size but the log file is 23 gigs in size. I believe running a backup on the log file should truncate the log unless there is an issue like a long running transaction. BOL recommends to look at the log_reuse_wait value. ...
|
| Primary file group full, but it aint.... | 12 Jun 2008 15:29 GMT | 2 |
Had an interesting problem on a SQL 2000, spk 3 machine last night where a DTS data pump failed with the target database reporting the primary file group is full. But when I looked at the server it's not. Anyone have thoughts, etc.?
|
| Cachestore Flush messages in SQL2005 post SP2 | 12 Jun 2008 15:18 GMT | 9 |
Would I be right in assuming that if we are seeing a number of cachestore flush due to 'DBCC FREEPROCCACHE' type messages it is because our data cache is under a lot of pressure and is casting out data? This is on SQL2005 build 3175 running OLTP apps on W2K3 SP2.
|
| if else wrong, how to fix? | 12 Jun 2008 14:58 GMT | 2 |
--I'm trying to separate the time after 3:30pm from normal time, and add the excess time to 'after time' SELECT convert(varchar(8),service) + ' ' + convert(varchar(8),code) as Service_Code, --Tacking on the service
|
| Database Diagram Print | 12 Jun 2008 14:45 GMT | 1 |
SQL Server 2000 SP4. We have a client request to print a database diagram into one big file where the diagram shows relationships, table/column names. The database has about 96 tables. When I print from the diagram, it prints 12 pages. What is the
|
| view & table permission | 12 Jun 2008 13:19 GMT | 3 |
is there any way to have a view "vwOnTblA" which is accessible from a "aUser" but which have the underlying table "tblA" which is NOT accessible from "aUser"? Platform: SQL Server Express 2005
|
| SQLH2 | 12 Jun 2008 12:55 GMT | 1 |
I need to monitor approx. 10 sql servers (2000 and 2005). I will be getting a new monitoring server. This server will also be used to create reports (SQL server reporting services) from databases on various servers. What disk size, memory etc. should I be looking at, if I need ...
|
| Escaping database names | 12 Jun 2008 02:10 GMT | 4 |
I have a question about how to escape database names in the BACKUP command. SQL Server allows for all kinds of weird characters which can wreak havok with the syntax of SQL commands. For example, if my database name is "123[test]{this}@! TO DISK = 'C:\test.bak'" the command ...
|
| rebuild configuration question | 12 Jun 2008 01:01 GMT | 2 |
For SQL Server 2005, let's say a machine dies, but you have backups for everything (all user and all system DBs). After getting a new machine and the OS installed and SQL Server installed and the DBs restored, are there any configuration items
|