Topics
Started by
Posts
Last post
Hi, Table Emp: Id Name Designation Teamlead 2 Ravi TL 1 3 Krishna…
3 replies
Hi, first post, I have search the forum but found nothing directly related to my issue. Given 2 row…
4 replies
Consider this (very simplified) scenario : DECLARE @Records TABLE ( Idint, Codevarchar(10), …
1 replies
Right now I have this and it is not working. CASE CAS.TERM_YYYYMMDD WHEN '' Then convert(varchar,C…
6 replies
Hello, SQL Newbie here - need to move data to another table after it's 30 days old - not getting an…
5 replies
Hi All, I am trying to add more than 3 tables results in the HTML body. THe code is below... DECLAR…
3 replies
Hi, I'm trying to create a trigger that will delete a row from a second table once i delete a row f…
18 replies
Hi I'm just learning about CTE and the WITH statement. I find it trickier to write at the moment bu…
4 replies
By: mastersql
hi friends seems a book table with columns : Id,Title,Subject,Price i want to get the most expensiv…
9 replies
Hi Can someone help me get into the thinking of knowing how to fix data in SQL tables (by trying NO…
4 replies
By: mastersql
I have the following SP that will email me an attachment of the results of a specific query: EXEC m…
24 replies
if EXISTS (select tm.mbrs_id from temp_Mbrship tm join mbrship m on tm.mbrs_id = m.mbrs_id…
2 replies
By: Lowell
Hi i am getting :Cannot resolve the collation conflict between "Latin1_General_BIN" and "Latin1_Gen…
3 replies
Is there a limitation on being able to order the select statement you are using for a cursor? In th…
17 replies
Hi, I need to use a Like statement with an Or statement in a where clause. below is what I am tryi…
6 replies
Viewing 15 topics - 151 through 165 (of 12,234 total)
You must be logged in to create new topics.