Topics
Started by
Posts
Last post
I'm currently searching a table in my database using a freetextfield like this: SELECT 'Page Text…
6 replies
Hi, create table #myTable1 ( id int , req1 varchar(10) , req2 varchar(10) , req3 varchar(10) , req4…
2 replies
Okay, I just don't get it. I'm trying to build a dynamic query. (I cut this out of a stored proc …
7 replies
I was looking around some of my colleague's code and found an interesting difference in how we both…
2 replies
Hi, I am trying to implement a system wide error handle sproc that will be called in the BEGIN/END …
2 replies
I need to update 40 fields in table1 (400,000 records) using data from table1. I am using SQL serve…
6 replies
Hi I have got two tables named "Config" and "Config Values". The fields in the "Config" are ConfigI…
9 replies
Can someone tell me why am I getting error mssg as following Msg 156, Level 15, State 1, Line 10 In…
3 replies
I have create a set of triggers which updates information in an external database on the same serve…
2 replies
All, I am not very good with T-SQL, although I am learning. I have a query that I am trying to wri…
13 replies
Hi, I am having the following table Contacts --------- Contactid, ContactName Emailaddress --…
6 replies
Hello I need to display the teams standings of a hockey league. Seems pretty easy but it's not. …
1 replies
Hello guys, I want to monitor replication using sp_replmonitorhelpsubscription system proc. So want…
10 replies
Hi all, I have the following structure and data as a sample: --Build the structures if exists (sel…
2 replies
/*1st, me create as follow*/create type Date from dateTime create type Time from dateTime /*2nd, m…
9 replies
Viewing 15 topics - 4,246 through 4,260 (of 12,234 total)
You must be logged in to create new topics.