Topics
Started by
Posts
Last post
Example: INSERT INTO Table1 (CustID, CustName) SELECT DISTINCT CustID, CustName FROM ##TThird T…
9 replies
I have a proc that inserts into a table. I grab the @@Identity of the new ID after the insert. I al…
2 replies
Hi! I need to either rename or copy a group of logins/database users. All login names used a certai…
5 replies
Hi everyone, I'm quite new to the SQL 200, so apologizes if the question is dumb. I have to create …
9 replies
I am using xp_smtp_sendmail to format a table and include it in an email. When I look at the email…
4 replies
Hi I need help creating an sql script to check the difference between 2 files . Please help
1 replies
sorry its deleted
2 replies
Hi Experts, I have written a query to print the ASCII values of A to Z. Query: --------------------…
3 replies
I want to query the data shown below in the first dataset to return each entire row containing the …
30 replies
is there any way to change the Unicode datatype NVarchar to Varchar?
5 replies
Hi, I have a table with 2 varchar Column. which contains 10,000 records. I wants to implements Pagi…
2 replies
I have a Task table with startdate,noofdays and enddate as 3 fields and I want to take the start da…
3 replies
I know you can use UDFs in Check Constraints but could you use an Inline Table valued Function in a…
6 replies
I'm sure this is simple but I'm just not getting it.....can someone help me? I have a log table tha…
5 replies
How can i find in which field of a table I have the data '05/12/2006'
3 replies
Viewing 15 topics - 3,556 through 3,570 (of 17,082 total)
You must be logged in to create new topics.