Topics
Started by
Posts
Last post
Hi, I have got a simple question about below two tables relationship. Does the two tables ensure th…
3 replies
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
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
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
create table #tbl1( col1 char(5) not null, col2 char(10) not null, col3 varchar(16) not null, col…
2 replies
Hi friends, i need to import some file every day from csv to sql table. That file will be different…
3 replies
Hi, Firstly, this is my first post so forgive me if its a little out of the ordinary 🙂 Basically, I…
2 replies
Hi there, For a calendar application: I have a table with "blocked times", in which I store on what…
6 replies
Viewing 15 topics - 7,831 through 7,845 (of 12,230 total)
You must be logged in to create new topics.