Viewing 14 posts - 1 through 14 (of 14 total)
This is really helpful tom. Thanks !!!!
Tom Goltl (11/19/2007)
Example.
Select char(39) + name + char(39) from sysobjects
Just build your string using char(39) to...
August 15, 2016 at 6:02 am
Bil, Thanks for your inputs. But the query you sent is static, the case statement has only two comparisions, I have more than 20+ tables that I am going to...
October 25, 2013 at 2:31 am
Thanks sean, I have given the stored proc to the business, but they are specifically looking for a function instead of stored proc. So Just wanted to know if I...
October 24, 2013 at 10:56 am
I wanted to return the business date from the table which i am passing as parameter. Let me know how to correct it ?
October 24, 2013 at 10:04 am
Did any one has inputs on this ?
October 24, 2013 at 5:51 am
Yes, I managed to getrid of subqueries and joined all my selects in to one and got the result.
October 23, 2013 at 10:06 am
Thanks for your Inputs. I did managed to join the tables.
October 23, 2013 at 4:24 am
Does any one has inputs on this ?
October 23, 2013 at 3:01 am
Yes as Sean Said you have to specify all the columns that you are using in the select statement in your Group By Clause expect the aggregate.
June 20, 2013 at 5:02 pm
There is no way that you can bypass the usage of T-Log, You can automate to delete the data from the table in chunks on daily or weeks whichever convenient...
June 20, 2013 at 4:29 pm
Hi Please find the procedure to recreate the built in Administrators Account
First off you need to shut down all the SQL Server related services. This can be done manually...
December 20, 2010 at 6:28 am
Deepthy,
Verfiy the owner of the job.If the job is running with the credentials of the developer who was workign with you previously if yes change...
December 16, 2010 at 7:54 am
Viewing 14 posts - 1 through 14 (of 14 total)