Viewing 15 posts - 11,296 through 11,310 (of 15,381 total)
Looks like this was posted in the wrong category (per the OP). Please direct all replies there. http://www.sqlservercentral.com/Forums/Topic1332538-1292-1.aspx
July 19, 2012 at 2:12 pm
I wish there was something I could do for you to thank you for all your time on this.
This is just so great.
I think you just did. 😀
Most of us...
July 19, 2012 at 2:10 pm
chetan_28patel (7/19/2012)
I want to use function to change data type from decimal to date field without adding any extra columnI just want to update column only
You need to explain a...
July 19, 2012 at 1:38 pm
dtopicdragovic (7/19/2012)
Actually I like this idea of 1 table with flags 'U', 'D' etc.Thanks again for all these suggestions and ideas. I learn a lot today.
DD
You are welcome. Hope your...
July 19, 2012 at 1:31 pm
dtopicdragovic (7/19/2012)
It is hard to explain and the process itself is very complicated.
More I work on it gets more confusing. :angry:
We want to show to our contacts what we have...
July 19, 2012 at 1:16 pm
dtopicdragovic (7/19/2012)
July 19, 2012 at 12:37 pm
sqlfriends (7/19/2012)
I cannot connect to this server somehow from other SSMS client.
And on the server itself no SSMS installed, there...
July 19, 2012 at 10:55 am
That would far too complex to automate. What if you are using new datatypes? What about table parameters?
We can help you rework it but you need to post the script...
July 19, 2012 at 10:53 am
A quick google search would be way faster for this type of thing. I typed "view collation sql server"...here is hit #1.
http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/%5B/url%5D
July 19, 2012 at 10:50 am
pdanes (7/19/2012)
Sean Lange (7/19/2012)
Check out Gail's blog post on catch all queries. This explains a couple of ways to go about this.http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/%5B/url%5D
Thanks, that also helped clear up some confusion about...
July 19, 2012 at 10:28 am
Celestial (7/19/2012)
DescriptionNode(HierarchyID)StringPath
Manager0x /
Dev Manager0x58 ...
July 19, 2012 at 10:25 am
There are several ways you could handle this. One might be to change the ISNULL to check to a case statement.
Something like:
case when na.UserID is null then ui.FName else na.FName...
July 19, 2012 at 9:59 am
Check out Gail's blog post on catch all queries. This explains a couple of ways to go about this.
http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/%5B/url%5D
July 19, 2012 at 9:53 am
dtopicdragovic (7/19/2012)
Our web...
July 19, 2012 at 8:22 am
Right click on the database --> Tasks --> Generate scripts.
This will bring up a script wizard. You can select everything in your database including all indexes, keys, constraints etc... You...
July 19, 2012 at 8:21 am
Viewing 15 posts - 11,296 through 11,310 (of 15,381 total)