Advertisement

1 - 10 of 131 containing alltags:("MSSQL 2005") (0.001 seconds)
I have a table called "categories" which contains all categories of "widgets".  Categories can be "sub_of" as well.  There is a field.  The structure looks like. category_id int id category_na...
Zones: MS SQL ServerDate Answered: 11/14/2007 Grade: A Views: 0
Hi , I have a table that contains an ID, and a dateTime field. Now, I want select  * from this table grouping the data by id and datetime field. More importantly, I want to ensure that the dateT...
Zones: MS SQL ServerDate Answered: 01/09/2008 Grade: A Views: 0
Hi, I am using MSSQL 2005 And I have to put around 16 million records in the database. What would be the best approach? Reports can be asked from anytime to anytime, If the parameters i...
Zones: SQL Server 2005Date Answered: 01/31/2008 Grade: A Views: 4
Please resolve the best way to make this work... I know the below would never work, I've tried a hlaf dozen solutions including dynamic sql, but this is just the best way to describe what I'm tr...
Zones: MS SQL ServerDate Answered: 01/31/2008 Grade: A Views: 16
I have a need for a query that will combine multiple rows as one with all data select model_id, rebox, weeknumber from tblname where model_id = 'model' what is currently being returned is as...
Zones: SQL Server 2005Date Answered: 03/24/2008 Grade: B Views: 0
I have been working on a query for a little while now with some success. I have another issue. I have a query that will take multiple rows returns and place them on one line. Now I need to add anot...
Zones: SQL Server 2005Date Answered: 04/02/2008 Grade: A Views: 0
I have two tables in my local database (MSSQL 2005) that I want to export to my hosting service which is also using MSSQL 2005. Each table has about 100,000 records. What is the best way to do i...
Zones: SQL Server 2005Date Answered: 03/25/2008 Grade: A Views: 5
Ok, this one has been driving me crazy and has resulted in some horrible code from me already! It's complex to even explain so I'll do my best. Here's the scenario: I need to do some calcula...
Zones: MS SQL Server, Databases, SQ...Date Answered: 03/25/2008 Grade: A Views: 0
Hi, Anyone know the sample code for identifying a trigger type is insert, update or delete on the MSSQL 2005 in one trigger without separate several triggers. Regards, Man Pak Hong, Dave m...
Zones: MS SQL Server, SQL Server 2005Date Answered: 04/23/2008 Grade: B Views: 16
Greetings,   I have a C# application that calls a stored procedure to query the database (MSSQL 2005).   I only have one field/column returned from the query but I need that column ordered. ...
Zones: SQL Server 2005, MySQL ServerDate Answered: 05/19/2008 Grade: A Views: 0