Viewing 15 posts - 11,251 through 11,265 (of 39,793 total)
If I have
LookupID LookupValue
====== =========
1 Red
2 ...
February 24, 2014 at 10:00 am
tmlink99 (2/23/2014)
February 24, 2014 at 9:45 am
rodjkidd (2/24/2014)
It was being hosted by one of my musical heroes - Fish, he...
February 24, 2014 at 9:22 am
I meant write code that looks for
count(lookup value) = count(*)
for a table. Also, look for items in your text fields like "<script language=js>"
We've seen both of these hacks here on...
February 24, 2014 at 9:12 am
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
Viewing 15 posts - 11,251 through 11,265 (of 39,793 total)