Viewing 15 posts - 1,681 through 1,695 (of 1,883 total)
Hi,
Good discussion. Now, what is everyone's opinion on how it is better to compare dates, for exaple to select all records for today? There are 2 ways to do that,...
January 4, 2005 at 3:49 pm
Here could be a solution. Use WMI script inside vbs file. WMI is Windows Management Instrumentation and is designed for this kind of tasks. Create a new text document, copy...
January 4, 2005 at 3:12 pm
Nick,
Here is what you have to try. For example I created 2 tables:
BIGTABLE (FisrName,LastName,CustData) - this is a prototype of your production table
TEMPDATA (FN,LN,CD) - this is a prototype...
January 4, 2005 at 12:17 pm
I would modify the question to specify what connection info has changed. Was it for the Report Server database or connection information for a report.
January 4, 2005 at 10:07 am
Hi Marcus,
It looks like you are going to use non-administrative login for SQL Server if you need to set up rights explicitly. A login that is a member of Administrators...
December 30, 2004 at 6:52 pm
Nick,
Cursors are like recordsets where you are at a particular record, can analyze it and move to the next record. This is different from default SQL Result set that comes...
December 30, 2004 at 6:39 pm
Nick,
I am taking a day off tomorrow but may login from home once or twice. I will be working Friday morning and then we have Monday off. I will try...
December 29, 2004 at 3:38 pm
Nick,
You may pre-process if you have yesterday's file and something changed in it today, so you can parse text and find out what changed. How you just explained, it is...
December 29, 2004 at 2:11 pm
Hi,
It is not clear what you would like: to add an updated row as a new record or update the existing record. I also don't know if the file contains...
December 29, 2004 at 11:02 am
And after you read tell us about it. Maybe a 1 page article. Is it free? What does it do? Is it for Windows or Unix? Does it have good features?...
December 28, 2004 at 4:11 pm
Oh yes, sqlmaint. Dave is totally correct.
It is just the question was worded as "instead of db maint plan", and that probably send my mind away from sqlmaint.
December 28, 2004 at 1:59 pm
Did you check Event Logs for the scheduled time or did you check the Job History? Is there any errors here? The question is, does the job attempts to start?
December 28, 2004 at 9:18 am
Marcus,
OSQL utility may run any reasonable T-SQL statement.
You have to be very familiar with BACKUP DATABASE statement to do it by the script.
The other idea is to use Job...
December 28, 2004 at 9:08 am
Hi,
Several years ago it was recommended to create Default, Constraint or Rule objects and bind them (SQL Server 7.0)
Now, with SQL Server 2000 it is recommended to use Deafaults and...
December 28, 2004 at 8:53 am
Nick,
Select type Text. Not Microsoft Text-Treber, but just Text, it is almost at the bottom of the list, The File Name textbox will let you then to select your csv...
December 28, 2004 at 8:37 am
Viewing 15 posts - 1,681 through 1,695 (of 1,883 total)