| Thread | Last Post | Replies |
|
| Modified Proc | 01 Sep 2008 00:56 GMT | 2 |
How Can i Find the last Modified date of a Proc Thanks DaveL
|
| logs | 30 Aug 2008 21:37 GMT | 4 |
hi, i have some huge logs, how do u empty them , from time to time DaveL
|
| Optimizing Application Purformance | 29 Aug 2008 23:42 GMT | 13 |
First post here and let me say up front that I am completely and utterly ignorant about SQL servers. I don't know what one is and I didn't even know that I had one until I was browsing around in my Microsoft Office Accounting 08 Application. So if you can be helpful then also ...
|
| TSQL Query | 29 Aug 2008 20:18 GMT | 1 |
Hi All-- I have a column which contains an ID value. I also have a URL column (within same table) which contains a NULL value, that I am trying to update with a URL value + the value in the ID column. Here is the
|
| Newbie please help | 29 Aug 2008 19:34 GMT | 4 |
I just hard to rebuild my entire pc and that included reinstall SQL 2000 SP4 Developers Edition. I have a database that is configured recovery model full this gives me transaction log backup also.
|
| Calculated fields... | 29 Aug 2008 19:29 GMT | 3 |
If I have a calculated field that returns a value from a udf, does that field get calculated even when it's not being used in a Select statement? I knw that if a calculated field's formula is based on fields in the same record that the calculation is only performed when one of ...
|
| ODBC DSN connection fails from MS Access 2000 after SQL2005 mirror failover | 29 Aug 2008 06:39 GMT | 1 |
I have an 3rd-party application that uses a SQL back-end, but uses Access 2000 (linked tables all using the same DSN) as an intermediary. We recently upgraded from SQL 7 to SQL 2005, which went fine. Now, however, we want to setup SQL Mirroring to provide
|
| SYSTEM_USER automatic RTRIM of trailing spaces in 2000, but not 2005? | 28 Aug 2008 22:58 GMT | 5 |
Hey all, I've noticed an obscure little quirk: it appears that if you use a login with trailing spaces on the name, SYSTEM_USER automatically trims those trailing spaces in SQL Server 2000, but not SQL Server 2005.
|
| newbie: error backing up DB | 28 Aug 2008 19:54 GMT | 1 |
We use BES (blackberry professional software) on a MS SBS 2003 Premium and we back-up the whole system with Symantec backup Exec 12. BES uses an SQLdb for management. Since the day we installed BES we have this backup error in Backup
|
| How to use stored procedure parameter in sql-statement? | 28 Aug 2008 08:07 GMT | 5 |
I'm trying to construct a SP like this: <code> CREATE PROCEDURE UpdateInvoice @companyname varchar, @docno int AS BEGIN
|
| licensing Standard Edition | 27 Aug 2008 23:45 GMT | 2 |
I need to buy a sql server standard edition for an intranet application. From MS site I see that you can license sql standard edition "per server" (=processor) at 6,000 USD or "per user" at 1,850 USD per 5 CALs. Now I have received a quotation for a standard edition "single user" ...
|
| Deduping | 27 Aug 2008 23:09 GMT | 8 |
Hi Hows it going , I need a Fast way to check for duplicate rows in a single table the identity keys and Primary Keys dont play in this scenario i have like 10 columns
|
| Tweaking SQL to optimize the query execution plan | 27 Aug 2008 16:14 GMT | 12 |
My SQL query is like: SELECT ..... FROM tblCLAIM C INNER join tblXXX .... INNER join tblYYY ....(5 more joins)
|
| How do I count only once | 27 Aug 2008 12:16 GMT | 1 |
I have a name of a person that particiaopte in one or many meeting at different date of the year Name Title Meeting date Eric Rose Reporter 2 feb 2008
|
| UPDATE query gives Incorrect Syntax error | 27 Aug 2008 07:59 GMT | 5 |
I'm running SQL Server 2005 Express Edition. One database One table called Sites Fields as follows:
|