Kodyaz Development Resources
Development resources, articles, tutorials, samples, codes and tools for .Net, SQL Server, Vista, etc.
Sign in
|
Join
|
Home
Articles
News
IT Jobs
Tools
Sample Chapters
Trainers
Blogs
Forums
Photos
Files
Software Development
Thursday, November 23, 2006 - Posts
EXECUTE permission denied on object 'xp_cmdshell', database 'mssqlsystemresource', schema 'sys'.
Run the below command with sql login "mysqllogin" Declare @str nvarchar(4000) Set @str =N'BCP KodyazDB.dbo.Brands out c:\export.txt -S PCKodyaz\yukon –U mysqllogin -P myloginpwd' Exec master..xp_cmdshell @str Msg 229, Level 14, State 5,
Read More
posted
Thursday, November 23, 2006 3:19 PM
by
eralper
|
0 Comments
Filed Under:
SQL
BCP command fails because of "Unknown argument 'ûU' on command line"
The below command is sent to me via Outlook email message. I connected to my local server using my windows user account as system administrator. Declare @str nvarchar(4000)Set @str =N'BCP KodyazDB.dbo.Brands out c:\export.txt -S PCKodyaz\yukon
Read More
posted
Thursday, November 23, 2006 12:14 PM
by
eralper
|
0 Comments
Filed Under:
SQL
This Blog
Post Categories
.Net Development (39)
Adventures of a Coder (60)
ASP.NET AJAX (20)
Beta (46)
Certification exams (42)
CLR (8)
Community Server (2)
ERP - SAP - ABAP (6)
Exceptions (24)
Google and SEO (2)
IIS (7)
MS SQL Server 2008 R2 (11)
MS SQL Server 2011 (2)
Reporting Services (23)
SQL (57)
SQL Analysis Services (OLAP) (21)
SQL Server 2008 (Katmai) (43)
Team Foundation Server (4)
TechEd Developers 2007 (8)
Tools and Downloads (35)
Tools for Developers (53)
Vista (18)
Windows 7 (21)
Windows Internet Explorer (11)
Syndication
RSS 2.0
Atom 1.0
Copyright © 2004 - 2011 Eralper Yilmaz. All rights reserved.