Topics
Started by
Posts
Last post
Hi, One of our dev database is in suspect mode, not sure what went wrong. Below are the details DB…
11 replies
Hi all, create table #temp ( id int ) insert into #temp select 0 insert into #temp select …
2 replies
An application our company uses runs this procedure literally thousands of times during the End of …
6 replies
Hi there I am trying to allocated receipts to transactions. 1 receipt can pay multiple transactions…
2 replies
I have a SQL parsing routine for extracting information from text documents. It works ok for 100k r…
6 replies
I have an interesting issue that I am hoping someone could explain or otherwise help me diagnose. S…
6 replies
select LTrim(RTrim(FirstName)) As Ian FROM @tblCity2 where ProfileId = @ProfileId Gives me the res…
5 replies
HI, The architecture in our project is a bit complicated and it first creates dynamic queries (for …
9 replies
Hi, I have few databases in my production SQL Server. I am using SQL Server 2008 Standard Edition S…
4 replies
Hi, I've an Items table partitioned on item_id, which is also a primary key and clustered index. T…
3 replies
Hi.. I have a table whose number of rows is determined only at run time. The dataset is divided int…
2 replies
Hi I am going to describe my requirement first: I have a central SQL server which must be synched t…
3 replies
Hello Everyone Happy Friday I have a request to perform almost a miracle. Someone that did not know…
14 replies
Hi, We're implementing a set of new features for our app and require dynamic creation of tables. M…
4 replies
The following is probably a simple question for most of you but I'm learning by trial and error. I …
1 replies
Viewing 15 topics - 21,406 through 21,420 (of 30,191 total)
You must be logged in to create new topics.