Viewing 15 posts - 11,371 through 11,385 (of 39,909 total)
I'm not sure what you mean? Do you mean mark articles with a version?
The articles that mention newer code specifically tend to note the version. If the version has been...
February 24, 2014 at 9:11 am
yw, glad it's working.
February 21, 2014 at 11:11 am
try to bcp out the data from Alloy. If it doesn't work, try copying data out in ranges and see if you can get data before/after the corruption. Sometimes that...
February 21, 2014 at 9:04 am
One more suggestion: think about writing a script, perhaps in Powershell, that will take all files in a folder and build the proper recovery scripts. That way you can point...
February 21, 2014 at 9:02 am
Did you sqlservr.exe get moved? There should be something in error logs or the Event logs that an attempt was even made.
February 21, 2014 at 8:59 am
Sure, in a second step in job 1. Set to t-sql
if SELECT DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,GETDATE())+1,0)) = getdate()
-- need some formatting conversion here.
exec sp_startjob jobid=2
February 21, 2014 at 8:57 am
stormsentinelcammy (2/21/2014)
Steve Jones - SSC Editor (2/21/2014)
Not I. I'd pass on that job. I like my family and bed.
You'd hope if you're working on instances that big that you'd be...
February 21, 2014 at 8:54 am
We had a bug that allowed anyone to mark a post on pages >2 as a solution. I think we've fixed that, but if anyone finds posts that should not...
February 21, 2014 at 8:54 am
There's no way answer what you are asking in a few sentences or a post. Latency will depend on the load you're moving across links and the bandwidth. You need...
February 21, 2014 at 8:52 am
You can look at replication from SQL Server. You can move data that way to Oracle. Search Books Online.
If you don't need it real time, or transaction by transaction, SSIS...
February 21, 2014 at 8:45 am
I'd put a new step in job one. Write logic in that step that only calls sp_Startjob for job 2 on the first of the month.
February 21, 2014 at 8:41 am
In addition to the question above, have you checked the "errorlog" in the /log folder under SQL Server? That will likely clue you into which files are not available.
February 21, 2014 at 8:40 am
BigAl (2/20/2014)
February 21, 2014 at 8:37 am
No.
You can build this by implementing RBAC (google). Usually someone does a user/group/row implementation where you have a table of users. A table of groups that map rows, and linkages...
February 21, 2014 at 8:36 am
Viewing 15 posts - 11,371 through 11,385 (of 39,909 total)