Topics
Started by
Posts
Last post
I am using the CONVERT function to format a date with the century. My code is like this: CONVERT(V…
2 replies
Hi, I have a problem with query which is returning more than 45000 records. I have applied covering…
11 replies
Hi, I would like to take the average of size if the month and year measure date are the same for th…
9 replies
I have a table where Job Seeker's Preferred Job Locations are getting saved as: JobSeekerID …
2 replies
hi, I have 3 tabled mt_wpr, and mt_tags, and mt_tags_rel. I need to retrieve data from mt_wpr and f…
1 replies
Hi guys, In SQL Server 2005(2008 not tested), you can't create a temp function like #function_name,…
17 replies
Hello, I am trying to compare values found in rows of my table and conditionally label each row. I …
13 replies
SELECT min(upvolume),min(downvolume),MAX(upvolume),max(downvolume) FROM DBVaskVbid WITH (NOLOCK) WH…
46 replies
Hi, I have a transaction table where I have 'receivedby' and 'orderedby' columns. Both the columns…
3 replies
for example: column1 col2 col3 col4 1 a b c 1 a c b 2 a c b 2 c b a 1 c a a 3 a c b now when i fetc…
2 replies
I have a view which brings together a bunch of data such as employee ID, Date, Result, ContaminantI…
1 replies
Hi, We have a database to store all the data which is updated or deleted in other databases(around …
12 replies
I have a table of orders, a table of orderLocationHistory and a table of orderLocations. The orderL…
12 replies
Hi, My goal is to have a stored procedure go through all servers and store the results of xp_fixedd…
9 replies
select '2009-09-15', '10:54:08:531', '2009-09-15' + ' ' + LEFT('10:54:08:531',12), CAST…
16 replies
Viewing 15 topics - 3,316 through 3,330 (of 12,234 total)
You must be logged in to create new topics.