Advertisement

1 - 10 of 7203 containing alltags:("Microsoft SQL") (0.011 seconds)
I am trying to get a count based on unique case ID but I'm getting duplicates in a query and I'm not sure how to get unique results.  Here's my query: SELECT    tblcases.caseid,    tblCases.Ca...
Zones: SQL Server 2005Date Answered: 06/26/2008 Grade: A Views: 0
We are attempting to understand the differences between MySQL vs Microsoft SQL Server.  Specifically we are evaluating an internet based accounting system that uses MySQL as the backend database.  ...
Zones: DatabasesDate Answered: 04/30/2004 Grade: A Views: 0
After successfully installing DBI and ODBC I am failing to connect to the database? Why? WHICH perl debugger should I use? ~~~~~~~ few line of code #!/usr/bin/perl # Fig. 15.18: fig15_1...
Zones: PerlDate Answered: 01/19/2005 Grade: A Views: 0
Can I write a script in Microsoft SQL Server 2005 and then put that same script in MySQL and be able to use it?
Zones: MS SQL ServerDate Answered: 02/05/2006 Grade: C Views: 0
hello Expert, I have a copy of microsoft sql 5.5 setup on PDC. The pdc is running windows nt server sp6. I need to remove microsft sql 5.5 all relevant files from the above mention server ...
Zones: MS SQL ServerDate Answered: 09/21/2006 Grade: B Views: 0
The select query below works fine. Basically it returns the calculated columns ComponentsOnOrder and ComponentsAllocated. What I would like to be able to do is update the columns "StockOnOrder" ...
Zones: MS SQL Server, SQL SyntaxDate Answered: 12/05/2007 Grade: A Views: 0
I have a table called PRODUCTS with 100,000 items and there is a field called Category_ID which contains an integer between 1 to 1,700 which is a category that each of the products is assigned to. ...
Zones: SQL Syntax, MS SQL ServerDate Answered: 01/10/2008 Grade: A Views: 0
How would I obtain the year from the current date rather than forcing 2007 in the following view when I create it? Thanks!
Zones: SQL Syntax, MS SQL Server, SQL...Date Answered: 01/15/2008 Grade: A Views: 69
I have inheritted a SQL datebase in which the date in a table is in the following format - yyyy/dd/mm - and is set up as a varchar field. How can I change the date data already in the database to y...
Zones: SQL SyntaxDate Answered: 02/03/2008 Grade: A Views: 0
hi Wonder if you can help me? I have the following SQL SELECT id_type, type, max(subtype) from Gtypes group by id_type, nm_type The problem I have is subtype is a boolean field and the max...
Zones: MS SQL ServerDate Answered: 02/08/2008 Grade: A Views: 9