Viewing 15 posts - 16 through 30 (of 47 total)
Surely the correct solution is to have a column for each number?
Using LIKE will be tricky as using the clause WHERE nums LIKE '%10%' will returns rows 3 and 6.
How...
June 22, 2004 at 4:30 am
Ignore this post, having a bad day!
June 22, 2004 at 4:27 am
Avoiding temp tables is a little hard as the SP's in question are several hundred lines long. They are honking great things.
All the DDL is at the top - so...
June 22, 2004 at 4:13 am
1) Why can't a small database not be placed on this server when SQLserver2000 is already on it?
It can, in fact many can.
2) If the databases are...
June 18, 2004 at 4:56 am
Jacob,
Creating a database in SQL Server can be as easy as creating one in Access. If you are familiar with the client tools that are part of SQL Server (Enterprise...
June 18, 2004 at 3:58 am
DTS results to text file on managers desktop?
Alternatively, xp_SendMail - results delivered to your inbox
June 17, 2004 at 11:32 am
The way to do this is by using the sp_executesql stored procedure. It has one main input variable, and that is the actual statement you want to run, all you...
June 17, 2004 at 11:18 am
Ok, have looked - there is nothing to remove - there are no other files.
June 15, 2004 at 6:20 am
I dont think there are, how would I check for, and delete these?
June 15, 2004 at 6:16 am
Nicholas,
I tried your method - however, after the snapshot agent has finished, the Distribution agent stops with an error: Log on failed for 'sa'
Any ideas?
June 15, 2004 at 6:07 am
Nicholas,
Thank you for your reply - I have never scripted replication before, how should I do this?
June 15, 2004 at 2:16 am
I am having a really bad day - forget any of this, I have solved it.
If there are any moderators viewing this, feel free to delete this thread altogether!!!!
Thank you.
February 24, 2004 at 3:24 am
Forget that - I am was having a dizzy moment. I have found it, but am now getting the following error whilst trying to debug:
OLE DB error trace [OLE/DB Provider...
February 24, 2004 at 3:20 am
It is something that we have looked at too, we have compared it to a few other similar SQL source control options. We have found that mssqlXpress is definately the...
October 21, 2003 at 5:08 am
Thats great thank you. What if the machines cannot be on at the same time (same names). Presumably go via a third server?
September 9, 2003 at 7:13 am
Viewing 15 posts - 16 through 30 (of 47 total)