Viewing 15 posts - 361 through 375 (of 2,008 total)
Re-write the query to match with this example...
Example:
DECLARE @bulk_cmd varchar(1000)
SET @bulk_cmd = 'BULK INSERT AdventureWorks2008R2.Sales.SalesOrderDetail
FROM ''<drive>:\<path>\<filename>''
WITH (ROWTERMINATOR = '''+CHAR(10)+''')'
EXEC(@bulk_cmd) -- Focus here
January 9, 2012 at 7:31 am
In short, to connect to a SQL Server, you should know either Server Name or IP address & should have sufficient permissions to connect to server.
If it doesn’t satisfy...
January 9, 2012 at 7:20 am
My next question is, can this task be automated via a SSIS ?
What I mean is can I have a job that runs everyday at 6 PM and have the...
January 9, 2012 at 7:15 am
Not very sure if Maintenance Plans works that way (try it) but you can write your own scripts to achieve the same. At run time you have to add timestamp...
January 9, 2012 at 7:04 am
Configuring SQL Server Agent with sufficient rights is very important in Replication. Please visit following articles for more.
Replication Agents Overview
http://msdn.microsoft.com/en-us/library/ms152501.aspx
Configuring SQL Server Agent
January 9, 2012 at 7:01 am
Is the same account been used for configuring SQL Server & SQL Server Agent Services?
January 9, 2012 at 6:45 am
Absolutely no offense taken Brandie. You (all) can’t be wrong. I wish I would have seen this alert couple of days back. Thanks anyways. :unsure:
I am seriously evaluating my last...
January 8, 2012 at 7:34 am
It doesn’t look like an error. Do you have any procedure to crosscheck the restored data? If yes, please verify the restored data. IMO, it’s a clean point-in-time restore.
January 8, 2012 at 4:52 am
BinaryDigit (1/6/2012)
I tried to execute
GRANT CONNECT ON ENDPOINT::InstInitiatorEndPoint TO [NOLOGO\Gordon];
as it was one of the links I came accross but received the following message
Cannot grant, deny, or revoke permissions to...
January 8, 2012 at 4:32 am
GilaMonster (1/7/2012)
Dev (1/7/2012)
@Gail: I am sorry if I said anything offensive. I believe I didn’t,Your insinuations about goals and motives were very insulting.
nope... I was shocked after reading...
January 7, 2012 at 7:32 am
@Remi: It’s pretty much insulting and I am ignoring you for a long time. I don’t think I have said anything insulting to anyone, especially you Remi. If Gail is...
January 7, 2012 at 7:18 am
GilaMonster (1/7/2012)
Dev (1/7/2012)
GilaMonster (1/7/2012)
Ninja's_RGR'us (1/7/2012)
BTW that counts for maybe 8-10% of my work.
Likewise. Then add in SQLTeam, MSDN (though I don't post there much any more), stack...
January 7, 2012 at 6:51 am
Don’t you want to know what the issue was & what fixed it? If you have any ideas on it please share with us. It will close the thread gracefully.
January 7, 2012 at 6:40 am
GilaMonster (1/7/2012)
Ninja's_RGR'us (1/7/2012)
BTW that counts for maybe 8-10% of my work.
Likewise. Then add in SQLTeam, MSDN (though I don't post there much any more), stack overflow and related sites...
January 7, 2012 at 6:36 am
GilaMonster (1/7/2012)
Dev (1/7/2012)
Steve Jones - SSC Editor (1/6/2012)
User posts
SQLRNNR ...
January 7, 2012 at 6:35 am
Viewing 15 posts - 361 through 375 (of 2,008 total)