Topics
Started by
Posts
Last post
I want to be able to use a linked server to insert Sql Server data to a table in a linked Pervasive…
3 replies
By: noeld
Hi We have some servers which I am upgrading from 2000 to 2005. A developer has pointed out a piece…
5 replies
I have a table that I need to divide up into groups so that I can compute the set:run ratios by gro…
5 replies
I am creating and loading data through scripts scripts. There are two tables which are having recor…
14 replies
Hi, I have got a simple question about below two tables relationship. Does the two tables ensure th…
3 replies
By: gyessql
Hello all, I need your expertises in this query, and here is my question If I have multiple column …
15 replies
Hi, I got this problem: DECLARE @meh table ( code varchar(10) , lot_type int ) INSERT…
5 replies
Hi... i have a table #tbl1 i want the count of records from that #tbl1 for yesterday,day befo…
7 replies
I have a data that I import (XLS) to SQL server that's integer and when its dumped in the server, t…
4 replies
By: x.menace
I am trying to write a query in MDXwhere i have to combine results of 2 MDX query into one query go…
1 replies
How do you find which SPs are declared WITH RECOMPILE, either in INFORMATION_SCHEMA, sys.objects or…
2 replies
In a procedure I'm writing, I want to test for the existence of an SSIS package to make sure it exi…
7 replies
By: GSquared
I am trying to do an insert to a table via a Stored Pocedure. I have 2 params one called @appid the…
3 replies
Hi, I've just been presented with a potential scenario where I will need to execute a procedure to …
3 replies
SELECT e.EncounterID, SUM(ed.Balance) as TotalAmt FROM ptEncounterDetails ed INNER JOIN ptEncounter…
3 replies
Viewing 15 topics - 7,831 through 7,845 (of 12,234 total)
You must be logged in to create new topics.