Viewing 15 posts - 931 through 945 (of 7,168 total)
Adding a schedule to a job requires separate proc calls from adding the job. On the source select from msdb.dbo.sysschedules and from msdb.dbo.sysjobschedules to build the relevant calls to msdb.dbo.sp_add_schedule...
June 29, 2013 at 3:03 am
mithunc23 (6/29/2013)
I am a newbie to sqlserver.I recently came across "sqlcmd"utility feature while surfing.So here is my doubt.
I connect to a server using some credentials.I do it like
--->Right...
June 29, 2013 at 2:32 am
webrunner (6/28/2013)
Maybe I just need to manually load whatever snap-ins I want to use or test out?
Yep. For oft used snap-ins you can edit your Profile so they are auto-loaded...
June 28, 2013 at 3:39 pm
The assumption is that you will not have any non-core snap-ins loaded at startup. On my machine:
[font="Courier New"]PS C:\Users\Orlando> Get-Command -commandtype cmdlet | select PSSnapin -Unique
PSSnapIn
--------
Microsoft.PowerShell.Core
PS C:\Users\Orlando> Add-PSSnapin -Name SqlServerProviderSnapin100...
June 28, 2013 at 2:48 pm
CDC wasn't really built to be an audit tool per se, although it can be used that way if it happens to satisfy your requirements. For you it clearly does...
June 27, 2013 at 9:45 pm
MSSQL_NOOB (6/27/2013)
And OPC, thank you for the link. I was able to run the script on SQL Server 2008. You don't by any chance have a...
June 27, 2013 at 9:38 am
MSSQL_NOOB (6/27/2013)
1) Create Login for user Domain\ABC
2) User Mapping for user Domain\ABC to Database ABCTest (DB User created in ABCTest database)
3) Remove Domain\ABC username from Login
I am still...
June 27, 2013 at 8:29 am
Happy to. Forgot about the view fronting the table for bulk loads. That has saved my bacon more than once.
June 26, 2013 at 7:32 pm
calvo shows the approach I use, namely:
1. Get a PowerShell Object.
2. Convert PowerShell object to a .NET DataTable
3. Load DataTable into a SQL Server table using SqlBulkCopy.
SqlBulkCopy is a .NET...
June 26, 2013 at 4:40 pm
The Dixie Flatline (6/26/2013)
Cliff Jones (6/26/2013)
JAZZ Master (6/26/2013)
crookj (6/26/2013)
WOTD - atrophya trophy
Stanley Cup
Athletic Supporter
Cheerleader
June 26, 2013 at 1:14 pm
@ is acceptable in both SQL Server and Windows passwords. In the case of Windows Authentication, SQL Server will never even be sent the actual password as authentication is offloaded...
June 26, 2013 at 7:47 am
erikd (6/25/2013)
June 25, 2013 at 12:17 pm
erikd (6/25/2013)
June 25, 2013 at 11:12 am
erikd (6/25/2013)
opc.three (6/25/2013)
$SourceFileSpec...
June 25, 2013 at 10:25 am
Viewing 15 posts - 931 through 945 (of 7,168 total)