Topics
Started by
Posts
Last post
Today I have a similar problem like some days ago, but a little different ant that makes me crazy. …
4 replies
Hi All, I have worked out a way to do this, but it isn't very efficient as it is updating a row at…
9 replies
I have a table with the following values: col1col2 emp1aa emp1bb emp1cc emp1dd emp2qq emp2ww…
33 replies
Hello Guys, News rotator and I am writing the query for it.. what i want to do is filter out news b…
1 replies
Hi frendz I have got a table of patients which I need to aggregate in two different ways: Here is t…
2 replies
Hi, My table structure is like this. TABLE: TEST ID countries 100 IN, AU, GB, FR 101 GB,…
19 replies
Hi All, How do I debug SP from management studio 2005? Thanks.
7 replies
Hello I'm trying to bulk insert data from a text file which has a header and footer into a table by…
2 replies
dynamic sql error if u paste this in ur query window declare @name sysname set @Name = 'A_NEW_York…
1 replies
DECLARE @Courses TABLE ( CourseID INT, Course VARCHAR(256) ) INSERT @Courses SELECT 1, 'Course1'UN…
3 replies
I am working on a query to concatenate 3.5 billion rows of data that contain up to 255 characters (…
4 replies
Hi there, We've been having a bit of a heated debate in the office about what i'm trying to achieve…
6 replies
I'm writing a stored procedure for an SRS report (SQL 2005 and Visual Studio 2005). This is a vendo…
8 replies
Based on several examples found here and in BOL I have the following SQL : SUM(CASE WHEN DateDiff(d…
4 replies
Hi. Using Visual Web developer I have designed a Web Page to return product information. I have wri…
2 replies
Viewing 15 topics - 7,126 through 7,140 (of 12,230 total)
You must be logged in to create new topics.