Viewing 15 posts - 286 through 300 (of 1,253 total)
San (4/27/2009)
Thanks Chirag, this is wot exaclty I wanted.Cheers.
Welcome
April 29, 2009 at 2:27 am
select object_name(object_id) from sys.sql_modules where definition like '%tablename%' should do it.
You can modify the search condition any other way that suits your needs.
April 27, 2009 at 5:53 am
Iam not sure but my guess your sql 2000 had many sql authentication logins/users, thats why you get mixed mode.
April 25, 2009 at 12:01 am
Hi
There are many things you need to check to find out the reason. Without going into them i suggest you look up this site and other sql server sites and...
April 24, 2009 at 11:51 pm
JohnG (4/23/2009)
Chirag (4/22/2009)
You can use OPENXML to parse the xml and store it into the table.Don't use OPENXML! Use XQuery. See the following SQL ServerCentral article:
thanks for the...
April 24, 2009 at 12:23 am
Jeff Moden (4/23/2009)
Heh... man, I can only imagine some of the legacy code you must get from some folks. That's gotta be a nightmare especially when there's no documentation...
April 24, 2009 at 12:07 am
If the varchar column contains integer data implicit conversion will occur and comparision will work. But this is not the best way to do it. You may also get performance...
April 23, 2009 at 11:56 pm
Jeff Moden (4/22/2009)
April 23, 2009 at 2:11 am
select DATEPART("dd",GETDATE()) will give you the day of the date. You can check that to see if its the first of the month.
April 23, 2009 at 1:12 am
mamidimahesh (4/20/2009)
April 22, 2009 at 5:41 am
I dont know if you can find out who changed the sa pwd. Check out the sql logs to see if there is anything in there.
You can write a DDL...
April 22, 2009 at 1:20 am
You can use the OpenRecordSet or the OpenRowset method to import data from excel.
April 20, 2009 at 11:22 pm
You can also use linked servers.
April 20, 2009 at 11:17 pm
If you want to know how to store it in the db then you can use xml data type.
April 20, 2009 at 1:52 am
AWESOME.
Sorry to go off the topic... but this just underlines the need to be able to add forum questions to Briefcase (Have already mentioned this to Steve).
April 15, 2009 at 2:31 am
Viewing 15 posts - 286 through 300 (of 1,253 total)