Topics
Started by
Posts
Last post
I am trying to move a database file to another drive. For some reason I keep getting invalid file. …
3 replies
By: toolman21
hi, one of my spid is getting stuck for two hours or 15 min or 1 hours etc, and showing up in "a…
3 replies
By: Ed Wagner
pls tel me why two spid are there in sp_who2
1 replies
hi, 1) select * from abc where abcid =(select top 1 abcid from xyz where xyzid =@xyz) 2) Select…
13 replies
Hi Guys, As I am not much familar with partition concept of SQL Server, I need your help to add a n…
3 replies
CREATE TABLE Link_Table ( ScodeVARCHAR(10) ,ICodeVARCHAR(10) ,SDateDATETIME ,EDateDATETIME ,CCo…
2 replies
By: rocky_498
hi, DROP TABLE MARBLE CREATE TABLE [dbo].MARBLE( [marbleid] [int] IDENTITY(1,1) NOT NULL, […
14 replies
By: sgmunson
We have a trigger which is causing increasingly frequent deadlocks to occur at a particular time of…
11 replies
Hello, I am sending data(text file) to third party which they import to their tool which users pul…
3 replies
How to create a store procedure to export a table to CSV file? I try to use code below but company …
4 replies
Hi, To me, grain is the mechanism how you can get 1 single Unique row in any table. For example, t…
4 replies
Okay - I have an ERP application that I am trying to write a SQL trigger for. I'm trying to write …
3 replies
By: Sergiy
I have some xml that I need to pull data from. Below is a sample of the xml and what I'm trying to …
10 replies
Hi, I have requirement to concatenate row values and was able to achieve using codeplex-groupconcat…
2 replies
We have transactional replication set up. On the subscriber, there's a table with 2 triggers on it.…
7 replies
Viewing 15 topics - 1,561 through 1,575 (of 4,984 total)
You must be logged in to create new topics.