Viewing 15 posts - 151 through 165 (of 287 total)
Elliott Whitlow (4/26/2012)
April 27, 2012 at 5:03 am
Also as far as Scope_Identity() or @@Identity use is concerned you might also want to take a look at this:
April 27, 2012 at 4:32 am
Ed-586976 (4/26/2012)
I downloaded SQL Server 2008 R2 from the Microsoft site and I could not see BIDS in it. Can you guys send me the download link of SQL...
April 27, 2012 at 3:58 am
slunt01 (4/26/2012)
Now the only thing is how do I import more like...
April 27, 2012 at 3:48 am
Robin Sasson (4/26/2012)
Lynn Pettis (4/26/2012)
poornipmca (4/26/2012)
how to use a single user defined functions in multiple databases
The bottom line is this, you can't use dynamic sql in a function. Your...
April 26, 2012 at 10:12 am
Cadavre (4/26/2012)
brally123 (4/26/2012)
That was fantastic!
Buuuut, I'm sorry I forgot to add this:
foreach distinct COND in tbl_2, i...
April 26, 2012 at 10:08 am
poornipmca (4/26/2012)
how to use a single user defined functions in multiple databases
I think we've gone back and forth over this a few times.
Can you tell us exactly what it is...
April 26, 2012 at 8:00 am
weiwei_huang (4/25/2012)
I am new to SSIS. I hope someone can help me and provide SSIS solution for the following requirements:
I need to loop through the following table each month to...
April 26, 2012 at 7:31 am
poornipmca (4/24/2012)
Actually my database creation depends upon no of customers i have.each customers have there own individual tables and i cant maintain all those things in
a single database
I can't really...
April 24, 2012 at 5:51 am
poornipmca (4/23/2012)
I cant use if else statement because there will be a dynamic database creation
and i need acess the function using dynamic sql statement or alternative...
April 24, 2012 at 4:29 am
Now, now guys, play nice... clearly the man is in way over his head here!
To the OP, judging by the responses you have posted here, I think you have one...
April 20, 2012 at 5:37 am
Or you could just download a trial third party utility that should be able to to do the dependency analysis for you 🙂
I think ApexSql and Redgate have utilities that...
April 20, 2012 at 4:36 am
These are problems that are probably best addressed during the initial design of a database.
If you find yourself doing a lot of this then it can be an indicator that...
April 20, 2012 at 4:17 am
Robin Sasson (4/20/2012)
Select LTRIM(COALESCE(FirstName,'') + ' (' + COALESCE(LastName,'') + ')') AS FullName From MyTable
Check your...
April 20, 2012 at 4:05 am
Viewing 15 posts - 151 through 165 (of 287 total)