Viewing 15 topics - 278,386 through 278,400 (of 283,986 total)
Topics
Started by
Posts
Last post
When I add a column to a temp table in a sproc, I can't later reference that column in the same spr…
5 replies
Hi all SELECT TableA.LINE_ID FROM TableA LEFT OUTER JOIN TableB ON TableA.RecName = TableB.RecName …
10 replies
Looking for an example using the Soundex function or similar string comparison functionality in TSQ…
1 replies
Hello... I'm getting VERY odd behavior ever since I added an Indexed view to my system. If I take t…
1 replies
I have a fat 40 million row table. I looked at the explain plan for this sql (add new column with a…
6 replies
Can the WHEN part of a CASE statement contain an OR clause? If so, what is the proper syntax?
3 replies
I'm writing an update query which is supposed to set a specific field to a specific value if one se…
7 replies
Is there a way to copy a stored procedure from one server to another using T-SQL? I tried writing t…
3 replies
I apologize if this question has been asked before. I've done some checking and haven't been able …
3 replies
I have 2 tables with the following structure and values 1. cut_table cut (integer), batch (integer)…
7 replies
The table contains rows of data that relate to each other in a child/parent fashion. ChildNodeID's…
4 replies
How is it that certain application, particularly MS Project, keep data in a local database? How is …
2 replies
Hi there, I am currently maintaining tons of T-SQL (more than 400) sps. Is there any way I could r…
3 replies
Does anyone know the correct syntax to create a scheduled task in 6.5? Thanks for any help
1 replies
Can anyone help? I am looking to measure the size of the TX logs on several db's. What I would like…
4 replies
Viewing 15 topics - 278,386 through 278,400 (of 283,986 total)