Viewing 15 posts - 571 through 585 (of 1,884 total)
I found the example difficult to follow. To demonstrate the technique you could use one table with one WHERE without XML processing that is not easy for entry-level developers and...
October 9, 2006 at 9:03 am
Murali,
If you have many tables where data have to be replaced nightly then maybe you may have a second database same as the production one, import data there, count rows, do other...
October 3, 2006 at 2:05 pm
Did you specify Remove Files Older Then .... on the Transaction log Backup tab of maintenance Plan too?
October 3, 2006 at 10:21 am
I don't think you can do it on the Back End unless you write code.
Your design should include a field for the origin of the record, like a foreign...
October 3, 2006 at 10:16 am
This is the easy way:
exec
sp_MSforeachtable ' select ''?'',count(*) as NumberOfrecords from ?'
if you want you can insert results into the temp table and...
October 3, 2006 at 10:04 am
Debbie,
Sorry, had a busy day yesterday.
I think that the problem with #y may be here. Your Drop Table statement is inside the WHILE loop so after the first pass the...
October 3, 2006 at 9:54 am
I would say it is an ARGUMENT. The article in the link refers to parameters only in regards to SqlParameter.
October 3, 2006 at 9:36 am
Got It. I got the same error message when testing @query line, I uncommented print @query and found where I got it wrong:
Change @query like this:
set
@query ='BULK...
September 28, 2006 at 10:34 am
One of the suggestions may be to install Express out-of-the box and get the installation SW to copy a database file to its location and then run a couple od...
September 26, 2006 at 4:09 pm
Hi,
The picture would not show, please post the message in words.
Also, I had to upgrade 6.5 database last year and we did have problems running 6.5 on Windows 2003. So...
September 26, 2006 at 4:04 pm
Check who is executing.
When you execute DTS package then it is your SQL Login who is executing the job. If you are an admin in SQL Server (for example your...
September 26, 2006 at 3:59 pm
If it is a CRM and uses attachments it may require Integrated for this part. I am running one of the industry-leader CRMs that uses SQL Server authentication but attachments...
September 26, 2006 at 3:49 pm
Just Because 🙂
No real difference, this is a matter of preferences.
September 26, 2006 at 10:54 am
Scott is right, This is the easy way to create a temp table with the same fields as another table.
Debbie, WHERE 0 = 1 means that since 0 never equals 1...
September 26, 2006 at 10:12 am
Hi,
You should post this question on ASP or ASP.NET forums.
To answer some of your questions:
3. under C:\Inetpub\wwwroot folder check if any of these exists: index.html, default.html and other default...
September 25, 2006 at 11:54 am
Viewing 15 posts - 571 through 585 (of 1,884 total)