Enter Keywords:
1 - 10 of 281(0.001 seconds)
Sort By:
 
I'm planning to run MSSQL2005. Would anyone be able to point me to where I can find some information on the required hardware specifications?
Zones: MS SQL ServerDate Answered: 06/07/2005 Rating: 8.4 Views: 0
Setting up Agent to send email is a pain for those of us not running exchange. Will we still have to muck about with setting up mail profiles at the Windows level? How well Express handle mail t...
Zones: MS SQL ServerDate Answered: 07/04/2005 Rating: 9.4 Views: 0
Hi... Do you guys know a good tool that generates c# code to connect with stored procedures? It's such a pain to add all taht parameters code... with the right dimentions and column types... ah...
Zones: C#Date Answered: 05/24/2006 Rating: 6.4 Views: 0
Hi Can anyone help with this problem, I need to import data into a table column that has a constraint on it using SQL 2005 Import and Export wizard, problem is the insert fails due the the constra...
Zones: MS SQL ServerDate Answered: 10/17/2006 Rating: 7.8 Views: 0
I have an Intranet homepage that has a TROUBLE TICKET asp.net/SQL2005 application. When someone creates a ticket, it emails the details of the ticket to the person it is assigned to. I would like t...
Zones: ASP.Net ProgrammingDate Answered: 12/04/2006 Rating: 9.2 Views: 0
I am currently using select * from where columnname like '[0,30]'  I need to get all the columns that are 0 or 30 using like.  what is the correct syntax?
Zones: SQL Server 2005Date Answered: 01/09/2008 Rating: 8.6 Views: 0
I currently  have a pivot table that is working great but I need to add to it.  The below code is giving me the total ServiceTime per date.  I need to split this service time out depending on the s...
Zones: SQL Server 2005Date Answered: 06/19/2008 Rating: 8.0 Views: 4
I am trying to write a stored procedure that will give me a SUM of service times for a given day.  The problem I am having is that the user can select a date range of up to 16 days.  This is where ...
Zones: MS SQL ServerDate Answered: 06/19/2008 Rating: 9.2 Views: 0
Hello, I am importing .dat file which has double quotes (")  as the text qualifier.I am able to successfully import the bulk data courtesy the msdn link  "http://msdn2.microsoft.com/en-us/library/...
Zones: SQL Server 2005, MS ...Date Answered: 09/20/2008 Rating: 9.6 Views: 11
I need to create functions for End of Month last month and end of month 6 months ago.  I've figured out End of Month last month by  subtracting the current day from GETDATE().  That seems to work f...
Zones: SQL Server 2005, ...Date Answered: 04/02/2008 Rating: 8.2 Views: 0