| Thread | Last Post | Replies |
|
| Data tarsfer from one table to another with different schema on sql server 2000 | 19 Mar 2008 14:31 GMT | 2 |
I am working on SqlServer 2000, When row will be inserted/updated in one table that data neds to be inserted/updated into the another DataBase on the same machine. Both table has different schema, what is the Better solution? I know we can
|
| SQLserver dateconversion english/dutch | 19 Mar 2008 14:29 GMT | 8 |
I need to compare two varchar columns containing date values. One column contains the 'dd-mmm-yyyy' format in english, the other in dutch. Problem is that in march,may and october the 'mmm' format is different. So essentially, the question is: how can I compare '10-
|
| Move Temp DB and Logs to get more speed? | 19 Mar 2008 14:14 GMT | 5 |
We are running a server with IIS and SQL 2K using the following configuration: C: OS/Inetpub D: SQL 2K DB/Logs
|
| Default database mapping is "Master" - why? | 19 Mar 2008 11:06 GMT | 7 |
Gurus, Running SQL Server 2005 SP2. I noticed when I explore my users SQL database mappings, a lot of times their default database is "Master" instead of the various application databases which exist on the server. Which is correct,
|
| Is there any disadvantage to running a SQL Server in Windows Authentication mode only? | 19 Mar 2008 08:52 GMT | 6 |
Gurus, Is there any disadvantage to running a SQL Server in Windows Authentication mode only? --
|
| Backup of database fails ... | 19 Mar 2008 08:51 GMT | 5 |
If anyone has any ideas on this one ... I'd appreciate it very much ... ... I've got one database on our server that refuses to backup ... several other database work just fine ...
|
| SQL2005 - Reorganize Index Maintenance task | 19 Mar 2008 08:46 GMT | 11 |
I have a question regarding performing this task on our database. We run this once a week, Sunday at 1:00am. We are noticing that all of a sudden our Transaction Log is growing virtually from 100MB to 25GB over the weekend. I am trying to find out if re-organizing the indexes ...
|
| How to run an agent job in low priority | 19 Mar 2008 04:37 GMT | 3 |
Hi Sql server experts, Is there a way that I can tell the agent to run a job in the lowest priority(resource wise)? like Unix NICE command. I need to solve this problem we are having ASAP. I appreciate any prompt
|
| read_committed_snapshot take forever to turn off | 18 Mar 2008 23:14 GMT | 3 |
I have turned on the database option read_committed_snapshot alter database mydb set read_committed_snapshot on this only took 1 sec. But now I'm trying to turn it off.
|
| Simple scripted actions? | 18 Mar 2008 20:41 GMT | 8 |
Hi I am completely new to scripted actions on Windows machines, I have been doing these sorts of things for years on Linux/Unix machines. We have a SQL 2005 server which we share with a few departments, all of the logins and databases are setup the same we create a login called ...
|
| SQL Server Equivalent of Oracle "Translate" command | 18 Mar 2008 20:14 GMT | 3 |
I am in the process of moving some oracle sql into sql server 2005. where decode(instr(translate(upper(job_id), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', '~~~~~~~~~~~~~~~~~~~~~~~~~~'), '~'), 1, 1, 0) = 0 From what I'm told, the code above is used to check to see if the job_id
|
| Logging information in a transaction that does rollback. | 18 Mar 2008 17:37 GMT | 4 |
We have a stored procedure and would like to register some information even if the stored procedure is rolled back. Current workings: 1. Client program start a transaction.
|
| Need help on TSQL - Transposing Data | 18 Mar 2008 17:32 GMT | 2 |
Hi SQL Folks, I want to transpose rows into column based on a column1. Here is my table Column1 Column2 Column3 Column4 Column5
|
| EXECUTE permission denied | 18 Mar 2008 16:11 GMT | 2 |
I'm running an ASP based report. It's always worked, but for some reason now I get the following: Microsoft OLE DB Provider for ODBC Drivers (0x80040E09) [Microsoft][ODBC SQL Server Driver][SQL Server]EXECUTE permission
|
| SQL dynamically-allocated ports don't change after a restart? | 18 Mar 2008 15:06 GMT | 2 |
Gurus, Running SQL Server 2005 SP2 configured for Windows Authentication on a two-node cluster running Windows Server 2003 SP2 inside a single Active Directory domain. SQL Server 2005 is configured for two named instances
|