Topics
Started by
Posts
Last post
Is there anyway to query all your Stored Proc's, Views, and functions? I need to check to see what …
15 replies
Hello. I'd appreciate help with a bit of code that can help me retreive data from one table in my D…
1 replies
Hi all experts, Every now and then i am learning something new in SQL Server. Latest in that series…
7 replies
I have a table for which I want to validate where each parent intermediary is also a parent to itse…
1 replies
Hi, I have a scenario... I have a table Table1 with columns ID, Names, WorkLocation I have created …
5 replies
Hey! I have been using my local database for dev Purpose . Now i m trying to connect my application…
4 replies
I have a join that is doing something that I can not explain. I have two tables.. linking on Delive…
14 replies
I'm having trouble creating a simple derived table. It is so simple to create a derived table with …
4 replies
Hi All, I have managed to set up a linked server to a MySQL database and i want to update the MySQL…
1 replies
Hi, I am working on tuning an sp . I tried to remove the cursor and get the values in a temp table…
1 replies
Hi All, I am getting input file below format. Text-dd.mm.yy. i need to display as 20yy (year) and m…
3 replies
Can I write to a local variable from inside a CTE? I am trying to get a comma delimited string of m…
14 replies
IF OBJECT_ID('test_parent_table') IS NOT NULL DROP TABLE test_parent_table CREATE TABLE test_parent…
1 replies
date1 >= 01/01/2013 --@STARTDATE date1 <= 02/28/2013 --@ENDDATE columns: quote# date…
2 replies
Hello All, I had a request to concatenate the various entries of a specific column into one row per…
3 replies
Viewing 15 topics - 3,691 through 3,705 (of 10,647 total)
You must be logged in to create new topics.