Topics
Started by
Posts
Last post
I have the need to compare the data in two tables, to make the SP easier to run, I wanted the table…
2 replies
I have Table1 with an Id column and this is the primary key for this table. I have another table, T…
4 replies
Hi does anyone know how to debug bcp command line utility furthur, Is there a verbose mode w…
2 replies
I have 2 tables 1. Emp(empid,name,no) 2. Books(Bookid,empid,name) Here I want to update empid=…
2 replies
SELECT DISTINCT (a.empsal) FROM EMP A WHERE 1 = (SELECT COUNT (DISTINCT (b.empsal)) FROM EMP B WHER…
5 replies
Hi, Kindly help me with the difference between OPENROWSET and sp_addLinkedServers. What does it mea…
2 replies
I was playing around with QUOTESTRING yesterday and noticed some odd behavior. I wondered what woul…
5 replies
Hello everybody, i hope somebody can give me a hint: is it possible to declare a variable and use i…
7 replies
Hi, How do i get the counts slotted into the following time periods 0-30 minutes 31-60 minut…
6 replies
Is there away to identify the High ASCII Characters in data of a table. Is there away to remo…
6 replies
Greetings, Thanx for your time in helping me out. I am having difficulties debugging MS SQL 2…
5 replies
Hi I need to show items which are not invoiced more then 60days. so i have two tables one is invoi…
1 replies
Hi, Here, i have a question that...... How to check wether the remote sql server services ar…
3 replies
I want to run a test on a certain table to see if a value exists: IF EXISTS ((SELECT 1 FROM MTDC_A…
1 replies
I have data that resembles the following: PersonNum varchar(15), ShiftStartDate datetime, ShiftEndD…
5 replies
Viewing 15 topics - 4,501 through 4,515 (of 17,082 total)
You must be logged in to create new topics.