Topics
Started by
Posts
Last post
Hi, I have found a script which gives me disk size of all tables: SELECT TOP 100 -- (row_number…
1 replies
All, I’ve created a script which will do the following. Update fields in a database which contain i…
8 replies
Hey i am trying to run an exe using t-sql command and even through job, but it is giving me issues.…
3 replies
I have accidentally taken the backup of a database twice into same .bak file. Now the file is twice…
1 replies
I have a table with 8 columns, I need to update data in multiple columns on this table, this table …
4 replies
create table #temp(id int,logonid varchar(15),reviewer varchar(15)) insert into #temp select 1,'per…
15 replies
I wrote a script to archive and delete records rom a table back in 2005 and 2009. I can't seem to g…
31 replies
Hello Forum, I'm very inexperienced at writing stored procedures with conditional logic and I could…
21 replies
Hello, I am working on moving information from one of our databases into a newer one the company h…
4 replies
WHILE @@FETCH_STATUS = 0 BEGIN FETCH NEXT FROM C_tables INTO @ColName ,@ColOrdPosit ,@TabSchema …
17 replies
Hi, I need to merge column values (#Status.Status) based on OrderID onto #Orders.NewStausCombined f…
3 replies
Hi, A strange issue is reported in production where one of stored proc is executing in variable tim…
4 replies
Hi All, I have been trying to squeeze my mind to find a solution for this but couldn't yet. What i …
21 replies
@pvColumnName VARCHAR(100) = Default, However, I am unable to determine what is the value for De…
4 replies
Hello all I have a big machine with 192gb, 16 cpus, and sql server 2012 RTM in it I am trying to ru…
29 replies
Viewing 15 topics - 2,911 through 2,925 (of 4,984 total)
You must be logged in to create new topics.