Viewing 15 posts - 781 through 795 (of 816 total)
just to add more...change it to varchar and use conversion method when you want to use it or why you putting 0 at initial if you want to make it...
March 19, 2010 at 11:50 am
just for curosity...
what about 2000? how to check the update?
March 19, 2010 at 11:46 am
if you know table name then try sp_help tablename.
then you will get all the details you want for that perticualr table....
March 19, 2010 at 11:17 am
what are the condition based on which you deciding for the data to be retained?
March 19, 2010 at 10:26 am
i think you need to upgrade your service pack
March 19, 2010 at 10:21 am
move the records you want to retain in other table using import and export and drop the table.......and restore the design and structure of new table as similar to old...
March 19, 2010 at 10:09 am
Thanks for this.
While opening the file using ent manager, its giving me error as not a valid win32 application.
Please suggest
March 19, 2010 at 3:25 am
Thanks for this. Actually my problem is I want to move one DTS from one domain to other domain so the only option is copy DTS to local system and...
March 18, 2010 at 2:10 pm
like all said and further to add....in case you want query to use same time then run DBCC FreeProcCache and execute your query again.
If you want to list all the...
March 7, 2010 at 2:26 am
just searched and might be this topic help you:-
http://www.sqlservercentral.com/Forums/Topic707805-391-1.aspx
February 25, 2010 at 2:40 pm
not able to remind exactly but i have seen similar post here in past(not more than a week). If you search you will get it where the problem get resolved...
February 25, 2010 at 2:35 pm
just a thought...
try to run the query with maxdop hint.
February 24, 2010 at 1:46 pm
do the DBCC inputbuffer(spid) and see the code.
Execute the code by enabling execution plan and see the cost of query.
most probably you will be able to trace the problem.
February 24, 2010 at 1:42 pm
will send you stepwise screenshot
February 19, 2010 at 5:03 am
ok stepwise :-
1) click on any table in database.
2) Keep pressing the rightclick and move the table to query window.
3) leave the rightclick and you will be able to see...
February 19, 2010 at 4:04 am
Viewing 15 posts - 781 through 795 (of 816 total)