Topics
Started by
Posts
Last post
Does a rebuild of a clustered index reset the DMS table values? I'm tracking a thrid party applicat…
4 replies
I have two seperate SQL procedures DeleteUser, to delte the user from login table and SetNewOrigIdO…
2 replies
I've got a database where records are broken down into various categories using a series of columns…
4 replies
Hi, I am developing a financial application using SQLServer 2008 as database and I want to generate…
6 replies
Hi, Maybe a bit difficult to explain, but here it is: I need a select statement, with one field tha…
2 replies
DECLARE @test-2 TABLE (a int, b int) insert into @test-2 values (1,2) insert into @test-2 value…
4 replies
Hi all, I am loading fact table (app. 65 M of rows). In another window I was execute this query s…
4 replies
Hi, I have a table that has 2 columns as Child and Parent in the following form. Child Parent A NUL…
2 replies
Greetings all. I am having some difficulty getting charindex to work. I have a front end that ent…
6 replies
Greetings great experts. I am a bit baffled about a stored proc that I attempted to modify. The Alt…
2 replies
If a Select Statement takes more than 5seconds to Execute. Steps needs to be followed to reduce the…
6 replies
Hi, We're getting an error when using EXEC (@command) when @command contains 'GO', but only in cert…
1 replies
Hi folks, I encountered a problem while i was importing data from excel sheet. The below statement …
4 replies
Hi, My delete statement looks like as mention below.. DELETE FROM <tablename> WHERE Id in (10…
11 replies
We are successfully passing table type parameters to stored procedures within a 2008 database. How…
5 replies
Viewing 15 topics - 9,541 through 9,555 (of 10,635 total)
You must be logged in to create new topics.