| Thread | Last Post | Replies |
|
| Create Table with Variable included in Table Name | 31 Jan 2008 22:40 GMT | 5 |
I am trying to create a routine for generating tables from a master response table. The end result would increment the variable "somevalue" by one and then create the next table (ie: TESTTEST2). Is there a way to insert the variable into the Table Name as well as one
|
| Combine two tables (same columns) into a third? | 31 Jan 2008 17:25 GMT | 4 |
I have two tables with the same columns (in separate databases) and I would like to create a third table with the same columns and fill it with all of the rows from the first two. What is the best way to do it? Some kind of combination of "select into" and "union"?
|
| Select Left not working with a Text field type | 31 Jan 2008 16:29 GMT | 2 |
Hi all.. I'm trying to pull the first 100 characters from the content stored in a TEXT type field on a table, and I'm getting this error: [Microsoft][ODBC SQL Server Driver][SQL Server]Argument data type text is invalid for argument 1 of left function.
|
| trig errors | 31 Jan 2008 04:18 GMT | 2 |
I am getting a data conversion error I cannot explain! This statement UPDATE dbImageList set cx = COS(RADIANS(CRVAL2))*COS(RADIANS(CRVAL1)),
|
| Dynamic date range for each row? | 30 Jan 2008 22:23 GMT | 4 |
I'm trying to group data by date range, but each row of data could have a different date range based on a variable. I want to say "look at the date range the paste five orders were placed" for each row individually. As an example, think of the rows as
|
| Move SQL2k from 1 Server to another Server | 30 Jan 2008 21:20 GMT | 3 |
I have a SQL2000 running on a Win2003 server. I need to move one DB from this server to another server also running Win2003 and SQL2000. Both these servers are on the same domain. Everything I read on the net has to do with moving from different version. Is there a built in ...
|
| detach database file from local SQL Server Express instance by C#? | 30 Jan 2008 15:10 GMT | 1 |
I am using the following C# code to establish a SQL connect to a SQL database file: // connection string // attach a SQL database file to a local SQL server express instance
|
| cannot display chinese | 29 Jan 2008 20:10 GMT | 1 |
I cannot display Chinses at ASP page. All chinese data (whatever is Traditional or Simply Chinese) are displayed as ????. My website connect to MS SQL Server 2005 and all the chinese data are displayed as ????.
|
| cannot display chinese | 29 Jan 2008 20:09 GMT | 1 |
I cannot display Chinses at ASP page. All chinese data (whatever is Traditional or Simply Chinese) are displayed as ????. My website connect to MS SQL Server 2005 and all the chinese data are displayed as ????.
|
| Deploying CLR trigger to SQL-Server 2005 -- Permissions Required. | 29 Jan 2008 16:26 GMT | 2 |
I've written a C# trigger on Developer_Box, using VS 2005 Professional. I need to deploy it on Test_Server, running SQLServer 2005. It compile fine, and the references to the appropriate database and
|
| Select statement query | 29 Jan 2008 14:48 GMT | 1 |
In my select statement, I return a column for 'datediff' using a CASE query. I call this column 'Elapsed_days' is there anyway I can use this result later on in the same select? IE I want to refer to 'elasped days' in another CASE query rather than
|
| Important about MySQL Certification | 29 Jan 2008 05:57 GMT | 1 |
Information about MySQL Certifications (Newbie) http://career-assessments.blogspot.com/2008/01/mysql-most-popular-open-source-sq l.html For MySQL Aspirants http://career-assessments.blogspot.com/2008/01/mysql-certifications-aspirants.html
|
| multiple numbers in one statement | 29 Jan 2008 03:30 GMT | 2 |
Is there any way to insert into table 100 integers from 1 to 100 in one insert statement? Now I have to use loop to insert numbers. I was wondering if there is the simpler way.
|
| Performance issue using conditional WHERE clause | 28 Jan 2008 14:28 GMT | 6 |
Consider the following two functionally identical example queries: Query 1: DECLARE @Name VARCHAR(32) SET @Name = 'Bob'
|
| Date Comparisons | 28 Jan 2008 09:29 GMT | 3 |
I have a question regarding comparing dates within a query. For instance I have query and two of the data fields are dates. I want to be able to compare the dates and if they are equal disregard them. If the dates are not equal then I want the data for those fields.
|