Topics
Started by
Posts
Last post
USE master Declare @db as nvarchar(258) = quotename (N'tempdb') EXEC (N'USE' + @db + N'; EXEC(''SEL…
5 replies
By: SQL_Hunt
I received the following when constructing the below table valued function with cursor. My attempt …
19 replies
We are trying to replicate from Oracle 11G to SQL Server 2008R2. OS: windows server 2008R2 64bit. S…
8 replies
I have 2 SSIS packages and 3 SQL scripts (I could make them Stored Procedures if needed) that I nee…
1 replies
I have two tables having one row identifier column each of int datatype. Both these columns are par…
4 replies
By: sqlnaive
Hi all, I'm in a pickle. I have 2 SQL server installs for 2008 R2 configured as multi instances. I…
2 replies
Can some kindly help me how to move sql 7.0 to sql 2008R2. We have 10 databases and there are 15 DT…
2 replies
By: SQLBill
Hi Folks, In our environment, we have installed Microsoft.ACE.OLEDB.12.0 (64-bits) provider on Wind…
1 replies
Ok so SQL isn't my strong point and I'm literally going to loose my mind in a minute. The applicati…
2 replies
Hi, we have an sql-server agent job which runs every night and imports data from dwh into dm. At th…
1 replies
Hi, I want to set deadlock priority of a stored proc to low so that when ever any one calls it f…
2 replies
Hi Our front end saves all IP addresses used by a customer as a comma separated string, we need to …
8 replies
By: cerian
I receive a syntax error " Incorrect syntax near 'QuoteId' " when creating this trigger. I assume …
3 replies
I need to setup snapshot replication for 1 large table. Source table: SourceDatabaseName.dbo.MyTab…
1 replies
Regarding Snapshot replication.... If I have 200 tables on my source DB and 100 tables on my target…
2 replies
Viewing 15 topics - 4,231 through 4,245 (of 30,225 total)
You must be logged in to create new topics.