Viewing 15 posts - 5,131 through 5,145 (of 7,164 total)
There are some restrictions but consider using BCP Native mode to get the best performance when transferring data between SQL Servers.
http://msdn.microsoft.com/en-us/library/ms191232.aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 21, 2011 at 1:34 pm
Congratulations Jeff, and Thank You for all you do 🙂
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 21, 2011 at 6:01 am
RTSConsult (9/20/2011)
as for the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 21, 2011 at 5:43 am
RTSConsult (9/20/2011)
so hate to do this to you but a couple more questions arose once i ran this and it worked as expected.
1. Can...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2011 at 4:50 pm
Excellent! HTH 🙂
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2011 at 4:09 pm
Are you running this on the same server where the SQL instance is installed?
Use the same server info you would plug into SSMS.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2011 at 4:04 pm
You can to use an application programming language, e.g. one of the .NET languages, to write the binary data selected from the table to a file.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2011 at 3:52 pm
RTSConsult (9/20/2011)
I may want to only select to add them to 1 database.
Can i change line 23 to use the db name and forgo the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2011 at 3:01 pm
You can use tail.exe. Microsoft released a version in the Windows Server 2003 Resource Kit and it works on Server 2008 as well: http://www.microsoft.com/download/en/details.aspx?id=17657
Or you can get an open source...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2011 at 1:38 pm
Here is a PowerShell 2.0 script that:
1. Reads a list of Windows users from a text file.
2. Creates a SQL Server login for that Windows user on an instance you...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2011 at 1:17 pm
What is the default database of login domain\user ?
Are you setting @execute_query_database in your call to sp_send_dbmail, or are you database-qualifying all object names in your query?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2011 at 12:28 pm
This will show you all the Windows Groups registered as SQL Server Logins that the login you're wondering about belongs to:
EXECUTE AS LOGIN = 'windows_login_name_with_access' ;
GO
SELECT sp.name
FROM ...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 15, 2011 at 5:54 pm
I know this is an old thread, but I am having a similar issue. Did you ever make progress on the issue?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 13, 2011 at 8:18 pm
Gordon-265412 (6/5/2008)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 13, 2011 at 6:57 am
sqlbuddy123 (9/12/2011)
...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 12, 2011 at 5:05 pm
Viewing 15 posts - 5,131 through 5,145 (of 7,164 total)