Viewing 15 posts - 1 through 15 (of 46 total)
Shadab Shah (12/21/2012)
Since i am newbie to SQL Server, i am finding some new things.
1. I have a table in dbo schema named as Demo
2. I tried creating SP with...
December 21, 2012 at 6:49 am
Koen Verbeeck (12/21/2012)
Why didn't you start your own thread instead of hijacking an existing one with different requirements?Check out the pivot transformation, it suits your requirement nicely.
Atually I posted the...
December 21, 2012 at 2:16 am
I have slightly different requirement here.May be you people can help me out.
Initially my destination(reference) table is empty... I am trying to load data from my staging table to a...
December 21, 2012 at 12:28 am
Gopi S (12/20/2012)
http://www.sqlservercentral.com/questions/T-SQL/71798/%5B/quote%5D
I guess posted the wrong link 🙂
December 20, 2012 at 5:58 am
sqlstud (12/20/2012)
Koen Verbeeck (12/20/2012)
December 20, 2012 at 5:30 am
eklavu (12/20/2012)
create temporary tables using dynamic query base on the resultset. Temporary tables are accessible in another SP and from that SP, you can join the two tables.
Sorry mate but...
December 20, 2012 at 12:32 am
$w@t (12/19/2012)
I have two stored procedures which return dynamic columns as result sets.
is there any way to combine both resultsets???????
after searching for solution i got to know that it...
December 19, 2012 at 11:56 pm
1. How many records the table has and what kind of table it is i.e. means read only or having lots of DML operations.
2. What is the fill factor for...
December 19, 2012 at 5:27 am
Please refer below URL an article from Jeff Moden where he mentioned how to use Tally Table.
http://www.sqlservercentral.com/articles/T-SQL/62867/
Also just a suggestion don't use 'sp' as prefix for your user defined stored...
December 19, 2012 at 1:59 am
idogal (12/18/2012)
December 19, 2012 at 12:32 am
mpradeep23 (12/17/2012)
We have a table which contains allmost 1 lak to 2 lak of records
querring on that table getting delayed give me idea how to make it faster
Thanks...
December 18, 2012 at 12:58 am
busappa (12/17/2012)
Hello All,I want to eliminate 1 digit from existing record from table for joing two tables.
Please provide more information like tables definitions, sample records and expected...
December 17, 2012 at 11:39 pm
xmozart.ryan (12/17/2012)
rhythm.varshney (12/17/2012)
xmozart.ryan (12/17/2012)
but b'coz i dont understand too much about instead...
December 17, 2012 at 4:02 am
Christian Buettner-167247 (12/17/2012)
JoseACJr (12/17/2012)
Hi,Select #2 Returns 2 rows ???
I don´t think so..
Error converting string value '2013DEC32 00:00:00' into data type datetime using culture ''.
I was also quite surprised to see...
December 17, 2012 at 3:55 am
ambarishan.purushothaman (12/17/2012)
Initially there will be data more than 2Lakhs, out of which the changes might be on few thousands during the next load.
Untill you do not get information about the...
December 17, 2012 at 3:38 am
Viewing 15 posts - 1 through 15 (of 46 total)