| Thread | Last Post | Replies |
|
| Offline Databases in SQL 2005 Maintenance Plan | 17 Jul 2008 22:35 GMT | 2 |
When doing an integrity Check, I choose All databases. However, it ends up erroring out because one of the databases is offline. I would think that since it's offline, it would not try to do an integrity check, but it does. Am I missing something? or is this expected behavior? ...
|
| Windows XP Pro ok? | 17 Jul 2008 22:22 GMT | 3 |
I want to put a copy of SQL Server 2000 on a desktop machine here that is really strong, but I want to make sure that it will work on XP Pro first. Will SQL 2000 Server work on an XP Pro machine? Thanks!
|
| strange problem: cpu 100% on sql server with no activity | 17 Jul 2008 22:10 GMT | 2 |
I met really strange problem. On 1 host we have 3 instances running in VM machine. Yes, it was not configured properly, but... default instance would shout 100% cpu right after startup. I checked all event log records, errorlogs, dump logs - all look inocent. No option
|
| Problem with MS Accounting that may be related to SQL Server | 17 Jul 2008 20:26 GMT | 1 |
I'm trying to migrate our current systems of Janna Contact and Peachtree Accounting over to MS BCM and MS Accounting. Naturally, I want to integrate the two latter products with each other, while keeping all of the data accessible to any computer on the network. To
|
| Same db name | 17 Jul 2008 19:51 GMT | 3 |
I am using SQL Server 2005 Std Edition. Can I have more than 1 database of the same name on the same physical server? If so, how can that be done? Thanks. David
|
| sqlcmd and SQLEXPRESS | 17 Jul 2008 19:32 GMT | 2 |
I have a client who just installed SQLEXPRESS and I was having him test by using sqlcmd at a c:\> prompt. he got an error "No connection could be made because the target machine actively refused it"
|
| 2000 32bit with 2005 64bit | 17 Jul 2008 18:31 GMT | 1 |
I have read the SQL 2000 32 bit and SQL 2005 64 bit can be installed on the same machine. During the installation of the Integration Servcies I received the following error: {copied from SQLSetup0002_SQLDEV64_DTS.log} <Func Name='LaunchFunction'>
|
| SQL DB access. | 17 Jul 2008 15:28 GMT | 6 |
I'm relatively new to SQL, so this may be a dumb question. I have a DB say at SiteA and a web site at SiteB (the reasons are business related). Anyway, can I access the data in SiteA from web pages at SiteB? My suspicion
|
| CTEs - sometimes much slower, sometimes not | 17 Jul 2008 15:24 GMT | 7 |
If I look at the query plan of 2 simple queries that are essentially the same, but one uses a CTE, the plans are the same and so is the logical reads to execute it. Here is an example: WITH x as (SELECT titleid, authorid FROM books)
|
| Trying to get the distinct counts per group | 17 Jul 2008 15:19 GMT | 7 |
This situation is a little complex. Imagine a table called grptest that looks something like this: VisitID CaseID ProcedureID VisitProcedureID 2219 106319 20123 948
|
| Way to see SQL Server memory usage in QA? | 17 Jul 2008 14:17 GMT | 5 |
Is there a way to see the memory (RAM) usage by an SQL Server instance, and get that value by executing a statement in Query Analyzer? SQL Server 6.5 SQL Server 7
|
| How to learn Mirroring | 17 Jul 2008 14:07 GMT | 1 |
If someone instruct me how to do Mirroring with screen shot and with steps to do it. Thanks in advance. Zubair
|
| Handling Log File after implementing Log Shipping. | 17 Jul 2008 12:29 GMT | 10 |
I have implemented log shipping between A production Server say PROD1 database and two DR server's DR1 and DR2. After implementing log shipping LOG file in Prod1 started to increase, with in 3 days it has reached to 40 GB.
|
| Find employee work hours in time range | 17 Jul 2008 12:22 GMT | 1 |
I have the table "EmployeesTimeWork" with the structure: IdEmployee Date TimeIn TimeOut ------------------------- --------- ------------------ In other I have the 1 day ranges from the hours like
|
| SQL Server Agent - Error 1326 | 17 Jul 2008 10:38 GMT | 1 |
Without having to recreate this processing in SSIS, I have an existing Access program which I can run by commandline. The batch file runs an AccessDB executing a specific macro.
|