Viewing 15 topics - 274,366 through 274,380 (of 283,888 total)
Topics
Started by
Posts
Last post
I have to migrate an Access 2000 database to SQL Server and I have several questions. I have also t…
4 replies
I am wanting to execute a list of stored procedures stored in a table. They all have the same param…
2 replies
We have an ETL process which consists of a scheduled job which: Step1 - launches a DTS package, whi…
3 replies
Hi! While backing a SQL database onto another system after mapping the drive I get this error sayi…
4 replies
I want to create a table with a "priority" field in it. This field is a character type but I ONLY w…
3 replies
Can I use scope_identity() in a stored procedure on a column when there is no identity on that colu…
2 replies
I have constructed two select-statements, which in my opinion should do the same (see below). The f…
3 replies
I am getting this error while trying to run sp's with a linked server. "Heterogeneous queries requi…
3 replies
Hello, I have the following problem : I have a database with a table. In this table there are two c…
5 replies
In a multiple choice question where you have to select as many of the answers as you think are appl…
3 replies
Is there a way to check whether any errors were reported by a DBCC CHECKDB short of looking at the …
3 replies
Hi, i need to do some error handling in my stored proc i plan to use @@Error and if its not equal t…
3 replies
Hi, If I have a query like this : set @sql='select count(*) from '+ @table execute (@sql) How can …
3 replies
I was just wondering if I could get some advice about retrieving foreign keys from a table. We are …
2 replies
Hi all Well, SP3 of SQL Server is slowly killing me. Issues I am having: a) Developer alters a vi…
2 replies
Viewing 15 topics - 274,366 through 274,380 (of 283,888 total)