Advertisement

1 - 10 of 37 containing alltags:("SQL / MSSQL") (0.001 seconds)
What is the safest way to store credit card information in a sql 2000 database table?
Zones: MS SQL ServerDate Answered: 02/24/2007 Grade: A Views: 0
The trigger listed below is inserting two rows into the audit table requests_audit.  I was under the impression this syntax would insert the specified values for _either_ and insert or and update a...
Zones: SQL Server 2005Date Answered: 05/13/2008 Grade: A Views: 170
I need to use a SQL script (an embedded resource in a ClickOnce deployed .NET 2.0 application) to create a database.  The problem I am having is that I need to use the 'FILENAME' option in the scri...
Zones: SQL Server 2005Date Answered: 04/03/2008 Grade: A Views: 33
Hi.   I have a "join" statement that is not working as I believe it should.  I want it to return rows where both fields in each table are NULL.  Here is the sample code: select * from [Dispatch...
Zones: MS SQL Server, SQL SyntaxDate Answered: 08/07/2008 Grade: A Views: 0
I have table has 3 fields id        productname      uniquecode     price 1         Toys                   AB34              100 2         Gun                    RT52                150 3      ...
Zones: SQL Syntax, SQL Server 2005Date Answered: 09/13/2008 Grade: B Views: 0
Hi.  I'm using T-SQL on MS SQL SERVER 2005. I have a char(1) field in "MyTable" called "Type" .  That field could have "A", "U", or "D" in it. I want to pass a parameter to a procedure to see...
Zones: MS SQL ServerDate Answered: 09/19/2008 Grade: A Views: 0
I'm new to the MSSQL environment (I stem from a unix world). What I need to do is write this big query to pull records for reporting purposes. A few of the columns have clauses on them... For examp...
Zones: SQL Syntax, MS SQL Server, SQL...Date Answered: 09/22/2008 Grade: A Views: 0
Hello, I am attempting to create a stored procedure which is not working correctly.  What I need it to do is to check if @UserCode is in a table and then check if either one of @RequestDomain, @Req...
Zones: SQL Syntax, SQL Server 2008Date Answered: 09/26/2008 Grade: A Views: 0
I am not sure what Stored Procedures are in SQL other than stored SQL statement which can be called..  I am trying to find out what can be done with them.... Can you for example, use it to autom...
Zones: SQL Server 2005, Databases, MS...Date Answered: 11/07/2008 Grade: A Views: 10
I am using mysql for some years. recently I try to write some php scripts with mssql; I found that mssql isn't support 'LIMIT' parse. For eg,I want to select 20 records begin of the 1000'th reco...
Zones: MS SQL ServerDate Answered: 03/08/2004 Grade: B Views: 36