|
|
-
Paresh Prajapati Learned 8 Months ago through Just Learned
ASP.NET 4 also enables you to configure the characters that are used by the URL character check. When ASP.NET finds an invalid character in the path portion of a URL, it rejects the request and issues an HTTP 400 error. In previous versions of ASP.NE...
|
|
|
-
Paresh Prajapati Posted 8 Months ago through Blogs
Recently we done with conversion of the same topic to copy database backup files to external drive using XCOPY only. That script copy database backup files created on current day from source to destination, So we can scheduled that code to run one time ...
|
-
Useful information and case studies covering Data Warehousing, Data Modeling, and Business Intelligence
...
|
|
|
|
|
-
Paresh Prajapati Posted 8 Months ago through Blogs
As a security part, recently I worked with login details and the auditing for the same. I was needed to capture each events for login statistics like login name, the time when logon, the program through established connection, session and host or client...
|
|
|
-
Paresh Prajapati Posted 8 Months ago through Blogs
Recently when I was working database backups copy to external drives or whatever destination , I tried it with new solution using XOPY command. Before that solution I was using XP_CMDSHELL command in SQL Server to copy database backup file to external d...
|
-
Paresh Prajapati Commented 8 Months ago through Blogs
Hi Abhishek,
Yes, it can be with XP_CMDSHELL, but should not use it for security concern, Please see http://beyondrelational.com/modules/2/blogs/88/Posts/17905/sql-server-tablediff-utility-for-multiple-tables-using-ssis.aspx where i created batch an...
|