| Thread | Last Post | Replies |
|
| XML | 18 Dec 2008 07:37 GMT | 1 |
When I write a query that uses the "for xml,auto" syntax it appears to create a file. That is what I need...for my web page to have access to this file......
|
| SSRS dynamic parameter list population | 18 Dec 2008 05:43 GMT | 2 |
I'm trying to populate the list of available values in the second parameter drop down list based on the value that had been supplied by the user for the first parameter. Example:
|
| SQL jobs NOT used | 18 Dec 2008 04:45 GMT | 8 |
[SQL2000] As part of good housekeeping, I would like to script out those SQL agent jobs that have NOT been executed in the past 30 days. How to accomplish this via a query?
|
| SqlDumpExceptionHandler: Process 56 generated fatal exception c000 | 18 Dec 2008 01:02 GMT | 4 |
Good night: I have received a SQL Server 2000 stored procedure written by a fellow developer that throws this error when executing: ODBC: Msg 0, Level 19, State 1
|
| try/catch - specific and non-specific errors | 17 Dec 2008 23:39 GMT | 2 |
I have an old sql proc that before we switched to 2005 had the old way of trapping errors where you check @@ERROR, do some logic and then raise the error. I ran into a problem where a line of code erred in this proc that
|
| User Defined Function | 17 Dec 2008 23:30 GMT | 1 |
I keep getting error with this function "Must declare the scalar variable "@courseno" which I don't know what I did wrong. Thanks for any help. Han. Here is my function:
|
| help needed on checking for duplicate records | 17 Dec 2008 21:59 GMT | 2 |
Use TestDB CREATE TABLE [dbo].[HdrYearly]( [Licence] [varchar](6) NOT NULL, [SerialNumber] [varchar](6) NOT NULL,
|
| Locksmith Los Angeles1-877-364-5264 Locks Installation Rekey Lockout Services | 17 Dec 2008 20:54 GMT | 1 |
Locksmith Los Angeles1-877-364-5264 Locks Installation Rekey Lockout Services Los Angeles Locksmth locksmith services, emergency locksmith, car locksmith, auto locksmith, lock picking, locks and keys, rekeying door
|
| User Defined Function | 17 Dec 2008 20:22 GMT | 2 |
This function keep giving me error "Must declare the scalar variable "@courseno" which I am not sure what I did wrong. Thanks for any help. Han. Here is the function:
|
| Combine Queries | 17 Dec 2008 19:34 GMT | 2 |
Hi all How can I combine these 2 queries into 1: Query1: SELECT empno, fname, lname
|
| Combine 2 Views | 17 Dec 2008 18:17 GMT | 7 |
I have 2 tables and I need to make selection from one of them depending on the data in the second one. I was able to do that by creating 2 views based on tables and then the third view based on 2 views previously created. I do not know how can I combine the statements in one ...
|
| Conditional Join using Case or If expression | 17 Dec 2008 17:58 GMT | 2 |
I have a Pallet table that has two Child tables, depending on the pallet type. The tables are very different (which is why I used two tables) but the particular fields I am interested in are identical in both. What I would like to do is to be able to select all the Pallets and
|
| More on datetime periods | 17 Dec 2008 17:29 GMT | 2 |
hi all... Now I'm stuck in a problem with a query. I have a datetime field in one table, and I want to check if this datetime is between the datetime intervals in another table, like this: Table 1:
|
| Turn Off Truncate Log Option | 17 Dec 2008 17:12 GMT | 4 |
Hello, A vendor wants me to turn off the truncate log on checkpoint option on a particular DB. Checked in BOL and can't find it. Can anyone advise? When I click on the DB and right click to see Properties, it hangs and doesn't do anything. Thanks, Pancho
|
| Alter Column | 17 Dec 2008 16:43 GMT | 3 |
How can I change the column name in a table I'd like to do something like declare @td char(12) set @td = convert(char,getdate(),112)
|