Topics
Started by
Posts
Last post
Hi there, I'm trying to update a column (TypeID) whenever another column (Type) is being inserted. …
2 replies
I have some problems with a creating a Select statement. The query includes 2 tables: tUsers (UserI…
2 replies
I have some views that need to be refresh every time any of the tables changes. That work beauryfu…
7 replies
Hi: I have some table data, each row containing a key column and a column indicating a duration in …
2 replies
Hi , I am getting a timeout error when inserting 1 record in a table. Its not even a bulk insert, i…
1 replies
create table #Like_Test( Col1 varchar(5) )go insert #Like_Test values('_Cus') insert #Like_Test va…
16 replies
Hi i am new to SQL SERVER, please any one help me. thanks vijay
14 replies
In my web based application Identity column is duplicated when simultaneously record are inserted…
14 replies
Hi: I'd like to pivot table data represented "horizontally" into data sorted "vertically," like so.…
3 replies
I have a code to create remote folder in SQL 2000. It is not working in SQL 2005. I have enabled th…
3 replies
Hi: I'd like to know if I can include in a result set a calculated value based on the difference of…
2 replies
Can someone tell me what SQL code I can use to search for the first few characters in a string? I'm…
3 replies
I have 3 tables People - id, name, mail_id People_assingment - id, org_code P…
4 replies
Hi, What is the difference between "Inline table-valued functions" and "Views". I mean can they be …
1 replies
I want to find three records from a table which is a parent table.Many tables are foreign keyed wit…
3 replies
Viewing 15 topics - 2,866 through 2,880 (of 4,155 total)
You must be logged in to create new topics.