Topics
Started by
Posts
Last post
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
i want to create a stored procedure that allows a user to run it with the name of the table they wa…
8 replies
Hi , I am trying to split characters from a row and insert them one by one in new rows . I am inser…
7 replies
Hello - I have a program which scans the database looking for possible duplicates by matching accor…
5 replies
Viewing 15 topics - 9,556 through 9,570 (of 10,647 total)
You must be logged in to create new topics.