| Thread | Last Post | Replies |
|
| Full-text search | 01 Jul 2007 00:36 GMT | 1 |
I am working as a sr. Developer for one of the application. The search should allow to use whild cards..... Consider that I have three rows in table 1. Mark
|
| contains/fuzzy/substring - type of join between two tables - MS SQL 2000 | 01 Jul 2007 00:34 GMT | 3 |
ok, I have a table with names of countries. I have another table with a description field. I want to join the country_name with the description field, BUT instead of the join being based on equality, I want it be based on
|
| Cannot send attachment using sp_send_dbmail | 30 Jun 2007 20:10 GMT | 6 |
I've been scraching my head on this for so long. We have two servers (both running SQL 2005 64-bit Enterprise Edn SP2 on Windows 2003 Standard 64-bit), one of the servers is able to send the attachment in the email, whereas the other is failing with Msg 22051 error:
|
| isnull in SELECT ... help needed | 30 Jun 2007 17:09 GMT | 1 |
SELECT isnull(cval, 1) cval FROM tbl
|
| please interpret this delete with 2 from clauses | 30 Jun 2007 15:23 GMT | 1 |
I pretty much think I know what this does, but I've never seen a DELETE statement with 2 FROM clauses: delete from #acc from ggg d
|
| Users/Schemas (newbie) | 30 Jun 2007 13:59 GMT | 3 |
I have inherited a SQL Server (2005) from an outgoing DBA and while I'm familiar with databases from a data structure/manipulation standpoint, the permissions/security model in SQL Server 2005 has baffled me thus far. I digress...
|
| GETUTCDATE | 30 Jun 2007 10:00 GMT | 8 |
I think my Database is refering to the wrong time somewhere. If I run SELECT GETUTCDATE I get the wrong time if I run SELECT GETDATE this shows the right time. It looks like it's using GETUTCDATE can I force it to use GETDATE? The actual Windows Server is correct as well.
|
| SQL AWE Config Advice | 30 Jun 2007 02:49 GMT | 6 |
I'm hoping someone here can give me some advice on the best way to configure my situation. We're running SQL Ent on Win2KA with 6GB RAM. We have both /PAE and /3GB enabled, and SQL set to a max server memory of 2GB. However, when I look at
|
| SQL Profile Question | 30 Jun 2007 01:07 GMT | 1 |
I am trying to optimize a stored procedure. One thing confused me is that on the SQL Profile trace, the version with more cpu, read, and write has less duration. Usually I see duration is almost directory linked to cpu time. Does anyone know what could cause this? Thanks.
|
| Restoring Master database | 29 Jun 2007 21:57 GMT | 5 |
Production Server: Windows 2000 server, SQL Server 2000 SP2 Test Server: Windows 2003 server, SQL Server 2000 SP3 I have to restore the master database from Production Server to Test Server. Would it cause any issues? Thanks.
|
| How can i check the time the Database is using? | 29 Jun 2007 20:53 GMT | 2 |
My SQL 2000 server seems to be logging data an hour early, the Windows 2003 time is correct though. What steps should I take to find out what is happening. I'm in the UK and we have to change our clocks for day light, but these are all set to automatically adjust clocks.
|
| when I do "select @@servername" where does it get the server name? | 29 Jun 2007 20:41 GMT | 2 |
When I run select @@servername where does the servername come from? It isn't the master.sysservers table like I thought.
|
| SQL 2005 security | 29 Jun 2007 20:32 GMT | 1 |
i've installed SQL Server 2005 Standard SP2 on a W.2003 Std. SP2, and I'm worried about the security. Server authentication is "SQL SERVER mixed mode", and windows firewall is on, but 1433 tcp port is open beacuse the users needs to manage their databases remotely. Databases are ...
|
| killer query - limit usage ? | 29 Jun 2007 19:14 GMT | 11 |
how do i limit SQL servers CPU usage ? (2005 express) killer queries are slowing all other services. mem limited already. thanks
|
| Linked servers SQL2000 to SQL2005 | 29 Jun 2007 18:24 GMT | 1 |
Hi. I am struggling to link a SQL2005 box to a SQL2000 box via linked server. I have done this before and am replicating what I did then but I can`t get it to connect. However when I connect via query analyser using the same credentials it connects with no issues. Has anyone seen ...
|