Topics
Started by
Posts
Last post
I have a scenario that I'm hoping you can help with. I need to build a Recon database that will ess…
2 replies
Hello I am running an ASP page that writes to a DB the part of the ASP page is rsLogObj.Fields("Iss…
6 replies
I have a trade data tables (about 10) and I need to retrieve information based on input p…
1 replies
Greetings, I'm trying to select all records from an Excel 2000 spreadsheet (using SQL Server 2000) …
2 replies
How to accomplish this: Have a tblCurrentWinTrainingLog . tblCurrentWinTrainingLog field: quiz name…
4 replies
SET QUOTED_IDENTIFIER OFF GO SET ANSI_NULLS ON GO ALTER PROCEDURE d…
3 replies
Is there is a way in a sql script to "echo" out lines to an output file? We are running several sql…
7 replies
I am working with MS SQL Server (2000), and I have a table that looks something like this: …
1 replies
declare @n varchar(30) SELECT @n = 'YARBROUGH, d ALFRED' SELECT LEFT(@n,CHARINDEX(',',@n)-1) Las…
2 replies
Banging my head against the wall with this simple SQL statement. SELECT locationId, locationCode, d…
8 replies
Need some help here - dont even know if can do this: So I have a view which is joining a few tables…
10 replies
Hi, I had a SP it's call a bat file with xp_cmdshell, when I execute SP: "exec master.dbo.xp_cmdshe…
2 replies
Hi! I need to obtain the semester from a date (like 2006-01-01), is there anyway to obtain i…
4 replies
Hi all, I have a scenario where i have to create an SP ( Chose using SP for the ease of&n…
9 replies
Hi everyone, My date string passed from asp.net to store procedure is format like this mm/dd/yyyy(i…
5 replies
Viewing 15 topics - 1,411 through 1,425 (of 4,455 total)
You must be logged in to create new topics.