Viewing 15 posts - 256 through 270 (of 654 total)
how are you creating the dbs from your application at the present moment.
July 11, 2007 at 2:33 am
surya,
did you try my solution above?
July 11, 2007 at 2:31 am
the problem with your script is you have put too many single qoutes
Delimited;''','select
here is you corrected script
Select
*
July 10, 2007 at 1:09 pm
http://technet.microsoft.com/en-us/library/ms156285.aspx
look for more resources on msdn they have a very good repository
July 10, 2007 at 12:49 pm
write the script first, then post if you get problems. your requirement is very vague
July 10, 2007 at 10:45 am
i am being thick probably but I am thinking you could run the 2 queries and tell us which one is faster.
July 10, 2007 at 10:43 am
DECLARE @data_path nvarchar(256);
SET
@data_path = 'What ever you want'
--execute...
July 10, 2007 at 10:40 am
with Access 2007 now entrenched in the business world you still get the odd one having Access 2.
But my classic experience will be the one i encountered DB IV, gosh.
The long...
July 10, 2007 at 10:32 am
write the script then we will help if you get errors
July 10, 2007 at 8:24 am
an ardous solution you have proposed.
why not just take the db down for maintenance and do what you want. after all the alledged 24/7 systems that i have encountered have...
July 10, 2007 at 5:26 am
i think i am thick, i am failing to understand your question
July 10, 2007 at 5:15 am
consider using reporting services, where u can schedule report generation and delivery
July 10, 2007 at 5:10 am
the fastest and simplest is detach and attach. but follow the advise above in case anything happens
July 10, 2007 at 4:50 am
have a look at your query plan it will show you where the time is going
July 10, 2007 at 4:48 am
Viewing 15 posts - 256 through 270 (of 654 total)