Topics
Started by
Posts
Last post
Hi, is there a way to check constraints before the INSERT INTO command is executed? I would like in…
4 replies
Hi, When right clicking on a database in SSMS and obtataining "space used = size - space available"…
1 replies
Ive been asked to customise a COTS product and dont want to turn on service broker on that db but i…
2 replies
Hey I'm having a really stupid moment. I have a column that contains PIN codes (4 digits, alphanume…
6 replies
Hi Team, I got a request from one developer. On SQL 2008 SP1, he needs to find out CPU usage in % o…
6 replies
I wan to check Table Column in where Clause like where Table.Column like 'Table.Column%'
4 replies
declare @t1 TABLE(id int,region varchar(10),Lamt decimal(20,3)) insert into @t1 values(1,'x',10.12)…
7 replies
Hello Everyone, Please help me. I want to create a procedure which will take output parameter nulla…
2 replies
I'm dynamically generating an OPEN Query Statement (DB2) and generating the Account_Numbers from a …
3 replies
Hi All, I'm have a database using Access 2010 as a front end and Microsoft SQL 2008 R2 as a back en…
10 replies
Hi, I have a situation whereby i have SQL Backup files being dumped to one of my Drives and filling…
3 replies
Wish to share some experience that may be useful to others: I was trying to install SQL Server 2008…
2 replies
I have a table of results from a CTE that builds treeview data backwards from the branches I need t…
16 replies
Does anyone know if dropping a DB and then restoring from a backup will resolve file fragmentation?…
22 replies
hi, i am using this code to execute a large insert script : string connectionString = "mydata stri…
5 replies
Viewing 15 topics - 20,416 through 20,430 (of 30,225 total)
You must be logged in to create new topics.