Viewing 15 posts - 1 through 15 (of 30 total)
* I need to delete all rows of all tables.
November 16, 2016 at 5:05 pm
Hi Eirikur,
What if I want to delete the rows of a table per batch like for example I want to delete first 500 records so that it will not eat...
November 10, 2016 at 6:17 am
Hi Eirikur!!
Thank you so much! It worked! 🙂
November 10, 2016 at 5:48 am
hi Eirikur!!!
Yes, that is correct but not drop the table only delete the rows of each table.
here are the sample:
CREATE TABLE dbo.AllTables
(
DatabaseName nvarchar(50),
TableName nvarchar(50),
...
November 9, 2016 at 11:35 pm
Hi Koen,
I'm trying to restore the backup on my test server but im getting an error. ..mdf is claimed by adv. The WITH MOVE clause can be used to...
September 18, 2014 at 12:48 am
Those will work..
http://msdn.microsoft.com/en-us/library/ms175495(v=sql.100).aspx
Btw, You can select which SQL Version you are using by selecting "Other Versions"
hth
July 21, 2014 at 1:19 am
sorry, what I meant was.. to truncate the destination table first.
Is there a parameter I can use in bcp to truncate or format the destination table before inserting the data?
Thanks
July 14, 2014 at 2:16 am
WOW!! Thank you very much for the replies! I appreciate it so much! 😀
July 10, 2014 at 9:27 pm
Thank you! :hehe:
July 9, 2014 at 12:50 am
Thank you, Yes, Compat level is 2000. How can I see average fragmentation on my indexes without changing the compat level of the database?
Thanks
July 8, 2014 at 11:47 pm
Thank you! I used ACE for that one.
Now, I'm getting an error using this code:
select * from OpenRowset('Microsoft.Jet.OLEDB.4.0',
...
June 24, 2014 at 4:43 am
Viewing 15 posts - 1 through 15 (of 30 total)