Advertisement

1 - 10 of 46 containing alltags:("SQL Sever") (0.001 seconds)
In my SQL Sever 2000 database, I have approximately 30 or more concurrent users. Almost every other day (sometimes more than once a day) I have to kill a process because it has caused a block. Most...
Zones: MS SQL ServerDate Answered: 01/20/2005 Grade: A Views: 0
Hello, I need some help populating some parameters in a stored procedure. The Start Date parameter must be sunday morning at 3:00 AM of the current week and the end date must be the sunday of t...
Zones: Databases, MS SQL Server, SQ...Date Answered: 04/02/2008 Grade: A Views: 39
Hi Experts, I would like to default my datetime field to the current date NOT to the current date AND time. If I use the following as a default it seems to work. Is this the correct way to do...
Zones: MS SQL ServerDate Answered: 01/19/2004 Grade: A Views: 0
Hi, Im a newbie to SQL but have been struggling with this for a while: I have a large table(approx 2M records) as shown below called test. I have to strip the eighth digit and add one to the ...
Zones: MS SQL ServerDate Answered: 01/28/2008 Grade: B Views: 0
Hi experts, I have a query that returns a list of courses attended.  One of the courses is shown twice.  It turns out the individual was registered, didn't attend the first date, so attendance dat...
Zones: MS SQL ServerDate Answered: 02/28/2008 Grade: A Views: 0
I have two differnet databases that have different field names, and different datatypes. I need to compare the data between these databases to find out which PK's exist or do not exist. My task is ...
Zones: SQL Syntax, MS SQL ServerDate Answered: 10/22/2008 Grade: A Views: 0
I have a stored procedure that creates a pivot table with data from a view in SQL Sever 2000. Neither the sp or the view has changed in months. However for some reason the order in which the data i...
Zones: MS SQL ServerDate Answered: 11/04/2008 Grade: A Views: 0
I have a query on a MS SQL Server called vMaxID that has this code: SELECT     MAX(RefID) AS Expr1 FROM         dbo.Referees When I run the query in SQL Server; it returns the maximum value ...
Zones: MS Visual BasicDate Answered: 04/09/2005 Grade: A Views: 0
Hi, I have an application that allows the users to enter a date through a date picker. The date goes into the textbox as mm/dd/yyyy. I then run an INSERT. In the table I have the field set up as...
Zones: MS Visual Basic, ASP.Net ProgrammingDate Answered: 01/30/2008 Grade: A Views: 183
The following query returns a set of results starting with the below.  Once the items start changing, the results are as expected - one row per item and everything is as expected.  I checked the ta...
Zones: MS SQL ServerDate Answered: 03/04/2008 Grade: A Views: 0