Viewing 15 posts - 6,976 through 6,990 (of 7,636 total)
Oops, sorry. I just realized that this is not the SQL 2005 section.
May 5, 2008 at 7:31 pm
You can do this with Service Broker.
May 5, 2008 at 7:29 pm
Try something like this:
SELECT ITEMNAME
FROM ITEMS
WHERE ITEMNAME LIKE '%' + Replace(@StringThatUsersUseToFind, ' ', ' % ') + '%'
May 5, 2008 at 3:42 pm
Just remember, your boss is probably having a bad day too.
May 5, 2008 at 3:24 pm
You might want to look at the new features in SQL Server 2008.
May 5, 2008 at 3:09 pm
Yes, they all should work. What errors are you getting.
May 5, 2008 at 2:42 pm
RayMilhon (5/5/2008)
Additional Information:
An exception occurred while executing a Transact-SQL statement or batch.
(Microsoft.SqlServer.Express.ConnectionInfo)
The database principal owns a schema in the database, and connot be dropped. (Microsoft...
May 5, 2008 at 2:20 pm
Just add PurpleLady's Step 2 above, as the last step of your first job.
May 5, 2008 at 12:54 pm
This is not the right forum for this post. I suggest that you move it to the "SS2K5 Replication" forum.
May 5, 2008 at 12:52 pm
"Hey, Mr. Tally Man, tally my big table. Daylight's gone and I wanna go home..."
May 5, 2008 at 12:40 pm
I would suggest having a separate table that just holds the profile information that needs to be available to all servers and the set that table up as a...
May 5, 2008 at 9:35 am
OK, I was able to find one last SQL 2000 server that I can access from here (being shut down at the end of the month). You can get...
May 5, 2008 at 9:22 am
Heh. I thought that you were comparing QA to production, as in QA="Quality Assurance" server vs. your Production server. I forgot that here QA="Query Analyzer".
I think that the...
May 5, 2008 at 9:06 am
The first thing that you should do is to compare the QA query plan to your Production system's query plan.
May 4, 2008 at 10:40 pm
Cores do not count as processors for licensing purposes.
May 4, 2008 at 10:33 pm
Viewing 15 posts - 6,976 through 6,990 (of 7,636 total)