Topics
Started by
Posts
Last post
How do you return all the data changes made to a table (inserts, updates, deletes) the past 2 weeks…
2 replies
Hello, I have create table #test_table ([Date] datetime, [KW] nvarchar(255),[PP] float, [PM] nvarch…
12 replies
By: HappyGeek
Hi everyone, I am trying to improve query performance, I have encapsulated the following quer…
18 replies
Hello, I have: select *from #test_table INSERT INTO #test_table ([Date], [KW], [PP], [PM], […
7 replies
Hello guys, how can i get statistic for 2,3 days which operation like insert select update is used …
3 replies
I have data in below format and would like to generate in attached format Declare @TowerSDGoup as t…
4 replies
Is there a trigger that is activated when a table/row is read?
11 replies
Hello,I am working on a project that requires I insert white space columns in a file that will be e…
10 replies
I need to know what, if anything, can be done to avoid having SQL Server make use of an existing vi…
2 replies
By: sgmunson
Dear all, I am creating a new SSRS report. This report as a chart. Chart dispalys execution time a…
6 replies
Hi,I hope this is the correct forum place to ask this question but I am getting an odd error with a…
4 replies
Dear DBAs I am using a CTE to get terminal locations from one table and then joining this CTE with …
13 replies
All, I have 26K records which I have to insert into a table. I have built a query using the Excel b…
2 replies
I am trying to export some table to csv using bcp, I have to do it query-like so this has to be the…
2 replies
By: Sergiy
Hi Alli have this Query Belowstring updateReq = "UPDATE Student SET Student.ID_Request = Request.ID…
4 replies
By: Sergiy
Viewing 15 topics - 916 through 930 (of 4,984 total)
You must be logged in to create new topics.