Viewing 15 topics - 239,056 through 239,070 (of 284,017 total)
Topics
Started by
Posts
Last post
SET NOCOUNT ON DECLARE @MyTable TABLE ( MyCol VARCHAR(12) ) INSERT @MyTable SELECT 'ABS0234651'&nbs…
10 replies
I have to admit that this article caught my eye with it's title. It's a story from the real world, …
4 replies
xp_cmdshell 'copy d:\1.txt \\4690server\folder' When I issue the above command using Query Ana…
6 replies
I have a transactional replication between 2 servers and I am replicating two tables from server a …
1 replies
I'm somewhat new to 2005 and SSIS. In the past, I had a DTS package which simply imported dat…
2 replies
Are there any things to be aware of when changing server name and Reporting Services is installed?
3 replies
My reporting services site requires a login to access it. We want to integrate it with a VB applica…
7 replies
This happens quite frequently to us: Some long-running T-SQL query will fail with a message such as…
3 replies
Is it true that sql2005 can be deployed along with a windows app to a client with the client not ha…
1 replies
How do you access the content here without going some login page? Also (and this may be related), h…
2 replies
I have heard that you can set up alert emails for your server if there's an error. I am inter…
2 replies
I am currently using SQL 2000 for all web application databases and all are at level 80 except for …
3 replies
Does anyone know how to change the owner of a table? I want to change the owner from Dimitri to dbo…
4 replies
if you are building dynamic sql in a stored procedure and you call sp_execute, but it errors out, i…
5 replies
With the help I've gotten from this site I'm finally beginning to understand something about stored…
14 replies
Viewing 15 topics - 239,056 through 239,070 (of 284,017 total)